Github windows: Commit failed: Failed to create a new commit

前端 未结 22 1390
囚心锁ツ
囚心锁ツ 2021-01-29 23:48

I have: http://windows.github.com/

My current project has around 20k files, around 150MB (and not speaking about how slow it is and I cannot do a thing now) it doesn\'t

22条回答
  •  情话喂你
    2021-01-30 00:34

    I checked the log file at C:\Users{user}\AppData\Local\GitHub\TheLog.txt and found this error:

    LibGit2Sharp.LibGit2SharpException:
    
    Could not open 'SomePath\SomeProject.opensdf':
    
    The process cannot access the file because it is being used by another process.
    

    I closed Visual Studio and the commit was then created successfully. n.b. I removed actual file path in the above error.

提交回复
热议问题