>To set up read access, first 'cd' to somewhere inside the clone, then issue:
> git config remote.origin.url https://github.com/LinuxCNC/linuxcnc.git >If you are a developer with push access, you should also issue > git config remote.origin.pushurl [email protected]:LinuxCNC/linuxcnc.git Depending on how you clone the tree, you shouldn't need to run those. For example, if you use: git clone [email protected]:LinuxCNC/linuxcnc.git Running git push will automatically push to the same location that you cloned. I've been using github for years and never had to run those, it all depends on how you initially clone the tree, which is the preferred method anyway, that's why github offers you repos in both https and git format. Alec ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
