I have a remote git server running Gitolite for version control. I am unable to push to my new remote repositories once I have already created a local working copy. The only way I am able to push to a new remote from my local working copy is to first pull from the remote into an empty directory. When I try to add remotes (after I have a working local copy) it seems to not work. Was able to push my local versions to newly created remote repos when I previously used Gitbox but chose to move to SourceTree due to the additional options and functionality.
I am new to SourceTree, what is the normal workflow to push from the local version to a new remote?
Thank you for your help!
Community moderators have prevented the ability to post new answers.
Not sure about source tree, but using git on your local repo you can change the remote repo using
git remote set-url origin git://my.gitolite.repourl
As a rule though you should just clone the remote repo (even if empty) and not create it locally.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.