来自Bitbucket的Sourcetree错误:致命:远程端意外挂断

时间:2016-10-08 13:23:17

标签: git sourcetree

我正在使用Sourcetree,但我无法推送提交,因为我一直收到此错误。

我很感激有任何帮助解决这个问题。

1 个答案:

答案 0 :(得分:1)

例如,您的仓库为blue_repo,类型为

cd blue_repo

正确地将目录更改为您的git存储库。

然后你可以做更多这个任务:

git remote add origin https://your_user_name@bitbucket.org/owner_account/project_name.git

例如:

git remote add origin https://donhuvy@bitbucket.org/donhuvy/donhuvy.git

而且,您还应该增加缓冲区大小,例如:

git config --global http.postBuffer 524288000