我在将分支推送到某个“大小”以上时遇到问题,即添加的多个文件但仍少于10个。从master推送未修改的分支可以正常工作。一个可能相关的细节是,我正在通过速度较慢的VPN连接访问存储库。
git push fails: RPC failed; result=22, HTTP code = 411中的最高答案似乎相关,但这并不能解决我的问题。
控制台输出:
Counting objects: 129, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (129/129), done.
Writing objects: 100% (129/129), 50.33 KiB | 464.00 KiB/s, done.
Total 129 (delta 99), reused 0 (delta 0)
error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date