You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.