ssh: Could not resolve hostname C: hostname nor servname provided, or not known fatal: The remote end hung up unexpectedly ?
ive set up a git repo useing --bare ( i even dont know what it mean ) im following the http://stackoverflow.com/questions/1960799/using-gitdropbox-together-effectively and when i do
$ git clone C:\Users\DAMS\Documents\My Dropbox\Projects\RED.git
or
$ git clone C:/Users/DAMS/Documents/My Dropbox/Projects/RED.git
even this ( diffrent error )
$ git clone /C/Users/DAMS/Documents/My Dropbox/Projects/RED.git
fatal: Could not switch to '/C/Users/DAMS/Documents': No such file or directory
it somehow give me a error. ( btw im useing cygwin on windows )
Thanks
Adam Ramadhan