源树GIT推送失败,并显示错误“远程端意外挂起”

时间:2019-01-09 15:07:59

标签: git atlassian-sourcetree

我无法从GIT签入源代码,我正在为GIT使用源树客户端。

我在推送代码时遇到错误。

POST git-receive-pack (1141901 bytes)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
Pushing to https://me@domain/branch.git
To https://me@domain/branch.git
 = [up to date]      3.4.0 -> 3.4.0
 = [up to date]      3.5.0 -> 3.5.0
Everything up-to-date
Completed with errors, see above.

1 个答案:

答案 0 :(得分:0)

当您尝试通过HTTP从git推送大文件时,会发生此错误。
解决此问题的方法是使用ssh URL。

您需要创建私钥和公钥(可以使用选美工具)。公钥应添加到您的bitbucket个人资料下。

然后尝试git push可以解决问题。