我使用的是Ubuntu 16.04桌面。我正在尝试设置ssh config 来管理我的各种身份。我获得了部分成功:终端 ssh服务器连接到我的本地服务器。
现在的挑战是配置Pycharm在Bitbucket中执行GIT提交。特定于此的 config 文件的部分为:
Host bitbucket
User git
Hostname bitbucket.org
IdentityFile /home/rpiggott/.ssh/bitbucket
当我执行提交时,我收到错误:
8:51 PM 1 file committed: Correcting minor tweaks
8:52 PM Push failed
rons-home.net: failed with error: Could not read from remote repository.
database: failed with error: Could not read from remote repository.
home: failed with error: Could not read from remote repository.
我花了大约90分钟在Google上搜索,但没有成功如何正确配置。我刚开始使用Pycharm~6周前。我是否需要修改Pycharm设置才能使所有内容与多个身份一起快乐地工作?