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

前端 未结 12 1287
醉酒成梦
醉酒成梦 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条回答
  •  Happy的楠姐
    2021-01-31 08:06

    Go to github.com and open your repository and copy USE HTTPS url Go to your Android project directory. In the .git folder search for config file.

    IN the config file change url which you copied from github.com (use https) with the previous url. save config file and push again. This worked for me.

提交回复
热议问题