Can't push after Git Update

前端 未结 4 1578
梦毁少年i
梦毁少年i 2021-01-05 15:34

I\'ve just updated from Git 1.7.11 to 1.8.5

Now when trying to push to bitbucket I\'m getting the following message:

fatal: could not read Pas

4条回答
  •  天命终不由人
    2021-01-05 16:03

    try:

    git remote add origin https://username:password@bitbucket.org/repo.git
    

    obviously for username put your username

    password put your password

提交回复
热议问题