Unity
Unity copied to clipboard
Cannot commit any changes
Description
Github for Unity doesn't commit files, it just says "Staging files" for about two second and then ends. No error messages.
Steps to Reproduce
- Make changes to existing Unity file;
- Go to github tab, select all changed files, type in commit summary and description; and
- press commit to [master] in lower right corner
Expected behavior: [What you expect to happen] I expect the changes to be committed (worked fine last week).
Actual behavior: [What actually happens] Nothing...I get a "Staging files..." message for a couple of seconds, then nothing, no errors, no changes committed. By selecting and deselecting files, can be repeated over and over again.
Reproduces how often: [What percentage of the time does it reproduce?] Every time now; last week worked fine.
Additional Information
I have also tried to delete the git lock file based on other posts here, but I could not find any such file on my computer...
Was able to resolve after replacing my gitignore file with the file in this link: https://github.com/github/gitignore/blob/master/Unity.gitignore