我无法从公司vpn向github进行git推送/拉取:ssh: connect to host github.com port 22: Connectiontimed out我假设这是防火墙问题,b/c如果我断开与vpn的连接,它可以工作。或者,当我需要推送/拉取时,我是否被困在断开与vpn的连接上?
git clone <remote address of repo> <server local address>checkout <particular branchto make these changes available to remote repository.
我有这个存储库可用。并创建拉请求。
我正试着从我的heroku遥控器中拉出,我得到了这样的信息:You asked to pull from the remote 'heroku', but did notBecause this is not the default configured remote我如何从Heroku拉到我当地的“开发”分支?
谢谢。