'git push origin MyBranchName' throws error “HTTP Basic: Access denied”

后端 未结 3 392
北荒
北荒 2021-01-13 08:46

I am new to Git (just started 2 days ago). I\'m attempting to create a project to practice the basic commands I\'ve learned from here.

Where I am, so far:

3条回答
  •  萌比男神i
    2021-01-13 09:43

    These are my ideas:

    • Try if it works on the Git Bash
    • Have you added a ssh key to your account? If yes remove it and try again. If not add one and try the ssh url.
    • You don't necessarily need Tortoise Git but it may also work around your problem
    • Try to re-install Git without the Git Credential Manager for Windows

    When you've fixed the push problem you will also be able to clone it when it is private or internal.

提交回复
热议问题