While trying to clone an already existing repository from gitlab into my local drive. I used the format
$ git clone https://github.com/libgit2/libgit2 mylibgit
The resulting folder e.g mylibgit
was found somewhere outside the XAMPP web folder (i.e htdocs), I moved it there but it's not working as supposed.
I moved it out to my desktop and got the error :
fatal: unable to access 'https://[email protected]:xxxxx/yyyyyy/':Port number ended with 'y'
git clone [email protected]:libgit2/libgit2.git
– Michelle