0

I have a problem on how to commit my file to github.com repository using github Windows desktop. When I try, there's no publish to repository even though my first commit to master says "Commit Failed". Here's the output

Here's my file to commit

2
  • 1
    So what's in the debug log? Commented May 9, 2015 at 5:29
  • Can you try to do it from cmd? if it's success, then go back to GUI application. Commented May 9, 2015 at 8:47

1 Answer 1

1

Check in tools > settings that your GitHub username and email is correctly set.

Then check in the logs that you don't have one of the files blocked by an handle (a process which keeps it open)

LibGit2Sharp.LibGit2SharpException: Could not open 'SomePath\SomeProject.opensdf': The process cannot access the file because it is being used by another process. 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.