我正在努力让Heroku代表从事工作。一切都在家里很好用。
我可以很好地使用GitHub仓库,但每当我尝试使用Heroku时,我都会得到以下内容:
ssh: heroku.com: no address associated with name
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
这是我的$HOME/.ssh/config
Host heroku.com
HostName heroku.com
User git
IdentityFile ~/.ssh/id_rsa
和git config -l
:
http.proxy=http://webproxy.<hostname>.net:8080
我错过了什么?
我在Windows 7中使用git bash。