Android Studio - Push failed: fatal: Could not read from remote repository

前端 未结 12 1133
醉酒成梦
醉酒成梦 2021-01-31 07:26

I have a git project at Android Studio and a remote at BitBucket and I changed it to use SSH instead of HTTPS. I can make everything work using Atlassian\'s SourceTree, but in A

12条回答
  •  闹比i
    闹比i (楼主)
    2021-01-31 07:52

    Regenerate your public ssh key and add it to your git hub repository.

    ssh-keygen -t rsa
    

    It worked in my case.

提交回复
热议问题