Report this

What is the reason for this report?

How to clone a private repo from Gitlab?

Posted on April 20, 2014

I have a webapp I’ve built on my local machine that I want to deploy. I’ve been using a private repo on Gitlab.com where I push my changes.

After installing git using apt-get install git-core, I’m trying to make a clone my repo, but am getting this error:

fatal: https://gitlab.com:myusername/myapp.git/info/refs not found: did you run git update-server-info on the server?

When I run git update-server-info, I get the error: fatal: Not a git repository (or any of the parent directories): .git

What am I missing here?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

As it turns out, that was just git-speak for the repo not being found, and that there was a typo.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.