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

前端 未结 12 1156
醉酒成梦
醉酒成梦 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条回答
  •  春和景丽
    2021-01-31 07:47

    This is probably an Intellij problem. Your key are managed natively by ssh, and Intellij has it's own ssh program.

    Go to the settings, search git->ssh executable then choose native

    As seen here : git with IntelliJ IDEA: Could not read from remote repository

提交回复
热议问题