gpt4 book ai didi

git - 通过代理服务器推送到 heroku

转载 作者:太空狗 更新时间:2023-10-29 13:03:40 26 4
gpt4 key购买 nike

我已经安装了 Heroku 并设置了一个帐户,但由于我所在大学的代理,无法将我的应用程序代码推送到其中。

我尝试使用 this 中给出的解决方案线程,我读了this关于让 github 通过代理工作的页面,但我仍然收到错误,即:

$git push heroku origin
ssh_exchange_identification: Connection closed by remote host
fatal: The remote end hung up unexpectedly

$git remote -v
heroku git_heroku:secret-hamlet-7718.git (fetch)
heroku git_heroku:secret-hamlet-7718.git (push)
origin https://github.com/saasbook/hw2_rottenpotatoes.git (fetch)
origin https://github.com/saasbook/hw2_rottenpotatoes.git (push)

我的 .ssh/config 文件包含:

ProxyCommand corkscrew [proxy_address] [proxy_port] %h %p

Host git_heroku
Hostname heroku.com
User git
Port 443

.git/config 文件的相关部分:

[remote "heroku"]
url = git_heroku:secret-hamlet-7718.git
fetch = +refs/heads/*:refs/remotes/heroku/*

我很确定我错过了什么。我希望有人能指出什么。

最佳答案

将您的 [remote "heroku"] 更改为此有帮助吗?

[remote "heroku"]
url = git@heroku:secret-hamlet-7718.git
fetch = +refs/heads/*:refs/remotes/heroku/*

关于git - 通过代理服务器推送到 heroku,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12891991/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com