Cygwin and TortoiseGit

前端 未结 6 1473
误落风尘
误落风尘 2020-12-20 22:06

I have recently installed Cygwin along with the Git binaries and a copy of TortoiseGit on a fresh Windows XP install. I seem to be able to do most Git operations through Tor

6条回答
  •  温柔的废话
    2020-12-20 22:39

    The "unable to create temporary sha1 filename" issue was solved for me by:

    https://stackoverflow.com/a/685422/431606

    I simply ran git repack (from the command line) in my repository, and TortoiseGit was immediately able to commit.

    (I still can't push through TortoiseGit, as I get the error message "fatal: The remote end hung up unexpectedly" as described in https://tortoisegit.org/issue/56)

提交回复
热议问题