Arun Babu Neelicattu

Results 245 comments of Arun Babu Neelicattu

This looks like an issue with ssh not trusting the host. ``` The authenticity of host 'https (185.38.110.118)' can't be established. RSA key fingerprint is SHA256:OLu/gLhJqk/sFzryREsEYBZ7K2VN0ltqZK3wNP7q6fY. This key is not...

While I can understand the error itself can be a bit overwhelming for someone new to Python, I agree with the above commits that if there is a recommendation for...

Closing as this issue does not really meet any burden of information.

Duplicate of #7467 #4152 #2062 Poetry does not support username password in your vcs url at the moment, but you can configure them as an http basic credential. Doc: https://python-poetry.org/docs/dependency-specification/#git-dependencies...

Kagi says https://stackoverflow.com/a/70093119 I'm going to close this as this is not a poetry bug but rather an environment permission/limit issue.

I am not sure there is much value added here for the maintenance burden Can you clarify why you would not want to simply do `poetry install --sync`? The "side-effect...

> I don't know if there is a way to check that Poetry is indeed calling out to the proper system git client and using the same git config as...

Using http auth for git repositories is described in https://python-poetry.org/docs/dependency-specification/#git-dependencies with examples. If you want to use git-credentials you will have to use the system git client as described in...

@codethief thank you for sharing you POV. Please see https://python-poetry.org/docs/repositories#configuring-credentials for information on how you can use environment variables or in your case build args. For a desktop environments (and...