RPC Failed result 22 http code 404

后端 未结 4 993
滥情空心
滥情空心 2020-12-19 00:47

Im using Bonobo Git Server and everything looks fine. Im movin all my old SVN repos to GIT and even with big repos (about 3.5 GB) with +760 commits the \"git svn clone\" and

4条回答
  •  情话喂你
    2020-12-19 01:12

    I had this issue while trying to clone from a source repo on Google Cloud using the gcloud SDK tool with Anaconda3:

    fatal: The remote end fhung up unexpectedly
    atal: early EOF
    fatal: unpack-objects failed
    ERROR: (gcloud.source.repos.clone) Command '[u'git', u'clone', u'https://source.developers.google.com/p/propane-highway-202915/r/arise-ds-program', u'C:\\WINDOWS\\system32\\arise-ds-program', u'--config', u'credential.helper=', u'--config', u'credential.helper=!gcloud.cmd auth git-helper --account=steve.deve89@gmail.com --ignore-unknown $@']' returned non-zero exit status 128
    

    Fortunately, I was able to solve this by switching to the disabling Windows Defender Firewall (including other anti-virus software) and switching to a base environment in conda.

    PS: The environment I got this issue earlier was a conda py 2.7 environment (while the base env was conda py 3.x), so it might be as a result of permissions (0n Windows), or incompatibility issues.

提交回复
热议问题