problem about git-repository-Collection of common programming errors
SvW
git version-control git-repository
I’m trying to access a remote git repository using SSH but I’m getting a fatal error – is there a problem with my syntax?I’ve created a git repo in the mysite folder on my server – so the repo is at /home/mysite/.git git clone ssh://root@serverIP/mysite/.git fatal: could not create work tree dir ‘mysite’.: Permission deniedCan anyone see what is wrong with my syntax or is there another issue here?
Mike Silvis
ssh git git-repository
I used to be able to clone from my personal git repository but now i seem to be running into an error.user:dev.site.com mikesilvis$ git clone { my ssh directory } server@ipaddress’s password: remote: Counting objects: 3622, done. remote: Compressing objects: 100% (2718/2718), done. error: git upload-pack: git-pack-objects died with error. fatal: git upload-pack: aborting due to possible repository corruption on the remote side. remote: aborting due to possible repository corruption on the remo
Daniel Upton
linux ubuntu git gitosis git-repository
At my company we’re currently using a self-deployed copy of the http://gitorious.org code to manage our repositories..It’s an absolute monster!!Gitorious is a very heavy ruby on rails app and the server crashes about every 2 weeks..It’s running Ubuntu Server 10.04And it has 1GB of RAM!!Were a team of about 5 developers with currently about 10 repositories including stuff like vim configs etc..I’m thinking about switching us back to gitosis running on an old CLI / Server edition of ubuntu..Ideall
ReynierPM
centos git repository git-repository gitolite
I’m trying to get up and running gitolite as the instructions said at this http://sitaramc.github.com/gitolite/qi.html but when I run the command:[git@devserver gitolite]$ src/gitolite install -ln FATAL: errors found before logfile could be created FATAL: die unknown gitolite sub-commandI get the errors above, what I’m doing wrong? I create the git user as:useradd -d /data/gitrepos gitAnd then cd to /data/gitrepos and clone the gitolite repo with the following command:git clone git://github.com
Web site is in building