git with IntelliJ IDEA: Could not read from remote repository

前端 未结 30 2180
夕颜
夕颜 2020-12-07 08:11

Since a few weeks, I\'m not able to pull or push from or to the remote repository. I thought it happend when upgrading to IntelliJ IDEA 14, but I can reproduce the problem w

30条回答
  •  春和景丽
    2020-12-07 08:47

    I had the same problem. Was using bitbucket and had trouble in pulling/updating the repository on Intellij. Tried changing to native and back to built in, but it was not working. Then realized that I had generated the ssh key with a passphrase.

    I regenerated the key without the passphrase and then added it to the bitbucket. It worked !

提交回复
热议问题