When I try to add files to the repository I made, the push command opens a login window that does not accept usernames/passwords. The same happens if I open the Sourcetree application and try to clone a repository, for example. Failed logging in.
Hello @Pentti Ristmeri and welcome to the Community!
Based on your description of the issue, I suspect you are using HTTPS to interact with your repository.
If that is the case, git operations using HTTPS must be authenticated using the following set of credentials :
So when you are prompted for the username and password, could you try providing the credentials as described above and let us know how it goes?
If you are still facing the issue, we kindly ask you to share a screenshot of the login windows you are seeing when executing the git push.
Thank you, @Pentti Ristmeri !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.