Is Source Tree extemely slow on Windows? My git repo's are out on servers so they are mapped through the network but even while plugged in at work its super slow. 5-10 min to refresh the repo changes. 5 min commit times, staging is the same.
Git's speed comes largely from the fact that everything is a local operation - by putting your repository on a remote drive you're completely eliminating that advantage so it's not a good idea. Run your repo locally and push to your server instead when you want to share.
I figured that was the case. However the problem I have is that I am using GIT in a scenario where the files are developed/controlled by another program (IBM Cognos TM1). My goal is simply to use GIT as a way to see code change within that directory and track the changes to issues in JIRA using Stash and Fisheye. Unfortunately this means I can't setup GIT the way a true software development process would work. Im going to see if I can put sourcetree directly on the server that our software runs as most of our developers use Remote Desktop and develop from there anyway.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, just to make you aware another alternative to remote desktop is to pull changes from the server repo into a local repo so you can look at them, or to use a post-commit hook on that server repo to automatically push those changes somewhere else.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like GIT GUI is also slow from my own machine. This must be related to WAN.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was using the system git. The speed really isnt any better either way. Using the GIT GUI on the server that git is running is superfast. Almost no delay. Using source tree from my system is slow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is your SourceTree instance using embedded git or system git. Then if you try with one of this git directly from command link, is it also slow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.