I was wondering if anyone can help me with this. I have set up a local GIT server using GOGS, in which I can successfully commit my work and clone on that very same machine. I use GIT Bash to do all my commits,pulls, pushes etc.
The trouble (or lack of knowledge) I am having is how can one clone that project from another machine? For example, I have my computer on at home which has my local GIT server running. I want to clone my repository at my work place, and then commit my project once I have done my work on it. Both the SSH and HTTP links provided in GOGS state "access denied" whenever I try to do a clone on another computer.
Any instructions or help would be greatly appreciated.