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!
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.
Time to up your Loom game! The new Loom Essentials Certification is here! Show off your skills, learn pro tips, and get officially recognized. Perfect for taking your video messaging to the next level.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.