git ls-remote returns 128 on any repo

前端 未结 1 1150
太阳男子
太阳男子 2020-12-19 07:00

When using git, git ls-remote returns status code 128 while any other commands work flawlessly (push/pull/clone/etc). My repos are being managed wi

相关标签:
1条回答
  • 2020-12-19 07:28

    I figured it out. The problem was in repo's address. I have used git://host/repo address instead of git@host:repo. The latter fixed the issue.

    0 讨论(0)
提交回复
热议问题