git remote repo using http
From: chris <hidden>
Date: 2016-06-15 22:50:36
Hello, I have been trying this for about 1 day, with no luck so far. I have a git repo on a server that is hosting our company's website (the hosting company name is LunarPages, and the server is Bazaar i believe). Thing is when i try the following command from my local machine this is what i get: -----------[code]----------- $ git clone http://website.com/public_fpt/repos/proj.git Cloning into proj ... fatal: http://website.com/public_ftp/repos/proj.git/info/refs not found: did you run the git update-server-info on the server? -----------[/code]-------------- Because of this, i tried starting all over again, and i even ran the command: -----------[code]--------------- Chris@anora-1271823183291 z/public_ftp/repos/proj.git $ git update-server-info -----------[/code]--------------- before trying to clone, and i still have this problem. I have searched online, I even found this tutorial: http://blog.wekeroad.com/2009/11/23/deploying-a-web-application-with-git-and-ftp but i still get the same error message. At this point I'm out of ideas. Is there anything else I need to try? Thanks.