我无法从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.
答案 0 :(得分:0)
当您尝试通过HTTP从git推送大文件时,会发生此错误。
解决此问题的方法是使用ssh URL。
您需要创建私钥和公钥(可以使用选美工具)。公钥应添加到您的bitbucket个人资料下。
然后尝试git push
可以解决问题。