If you still have issues after following seb's instructions, I suggest simply 
recloning if you're new to git.
$ git clone -b 2.7 --single-branch --depth=1 
git://git.linuxcnc.org/git/linuxcnc.git linuxcnc_2.7_new
You'll then automatically be on the 2.7 current stable branch without the 
entire LinuxCNC git history and the commits before it. Should make it more 
difficult to mess something up. From there if you ever want to update, just run 
`git pull` (no quotes)
--single-branch --depth=1 will speed up the time it takes to clone the 
repository as well, especially on slow connections. I had to do that a lot back 
when I was on DSL. Hope this helps!
Alec Ari
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to