In VSTS I have pulled the master, branched, made a change, staged the change, and clicked Commit and nothing happens.
I tried using a repo in GitHub. I pulled the master, made a change, staged the change and clicked Commit... and nothing happens.
What do I have to do to commit a staged file?
Same issue.
I have been using the terminal window to issue the commit.
everything else I can do in source tree.
Just got Sourcetree on a new laptop and I have the same issue but the terminal has worked to get around this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that's very helpful. TL;DR - Looks like a bug.
Firstly, committing NEVER needs credentials. Commit is a local operation - it does not interact with remote repositories. Now, you're using SourceTree, which has a checkbox to automatically Push, which is a remote-interacting operation, so you may get both grouped together (you don't have that box checked though).
When you say you're pushing the commit button, I assume at this point that you are hitting the bottom-right button to try to actually finalize the commit (as opposed to the top-left button, which brings you to the view in the screenshot). Everything in the screenshot looks right and ready to commit. If the Commit, Commit Options.., and Recent Comment (clock) buttons aren't responding, that's got to be a bug. Nothing about the state of your repo should be preventing SourceTree from doing those operations.
You can report the bug to jira.atlassian.com. Hopefully Atlassian staff will be on top of it, and help you find the application logs they need to identify what's going on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm only hosting the Git repo in VSTS. All the actions have been done in SourceTree.
I get the feeling it's asking/waiting for credentials but I can't see any way to get credentials to the app. I tried adding my credentials to the git config but that doesn't change anything.
The "Commit Options..." dropdown and the clock button do the same thing - Just don't respond.
SourceTreeCommit.jpg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you upload a screenshot of SourceTree's current state?
Also, why are you pulling, branching and staging in VSTS, but committing in SourceTree?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.