By contactjiayi
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!
As it turns out, that was just git-speak for the repo not being found, and that there was a typo.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.