<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'><font face="arial, helvetica, sans-serif"><span style="font-size: 12pt;">By the way, if you're in the process of setting up a new git repo server, you might have a look at Git Bucket. It acts as a git repo plus has a bunch of github.com type features and a web nice interface. It was recommended to me and I've just started playing with it, but so far it looks good.</span></font><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;"><br></div><div><font face="arial, helvetica, sans-serif">https://github.com/gitbucket/gitbucket/blob/master/README.md</font><br><br><hr id="zwchr" style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;"><div style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none;"><b>From: </b>"Chuck Payne" &lt;terrorpup@gmail.com&gt;<br><b>To: </b>"Atlanta Linux Enthusiasts - Yes! We run Linux!" &lt;ale@ale.org&gt;<br><b>Sent: </b>Friday, October 30, 2015 9:43:20 AM<br><b>Subject: </b>[ale] &nbsp;help with git local repo<br><br>Guys,<br><br>I am working with a developer to set up a local git repo. We are using<br>Debian with git and gitweb. We have everything on the Debian side<br>working we are able to pull repos, but we can't push back. &nbsp;We have<br>also installed git-daemon, and I have added to the repo<br>git-daemon-export-ok under the .git directory.<br><br>git config --list<br><br><br>user.cepayne=User A<br>user.email=user@mycompany.com<br>user.name= Dr. Light<br>core.repositoryformatversion=0<br>core.filemode=true<br>core.bare=true<br>core.sharedrepository=1<br>receive.denynonfastforwards=true<br>git.receivepack=true<br>http.receivepack=true<br><br>Here the info I have, I am hoping someone one know what needs to be<br>change, this is from the client side<br><br>git clone git://mybox/project.git project<br><br>cd project<br><br>origin git://mybox/project.git (fetch)<br>origin git://mybox/project.git (push)<br><br>Start working with it. Add just a simple README file<br><br>git add README<br>git commit -m "test repo"<br>git push origin master<br><br>fatal: remote error: access denied or repository not exported: /project.git<br><br>From the server<br><br>Oct 30 09:31:19 mybox git-daemon[20427]: Connection from 10.0.10.200:58044<br>Oct 30 09:31:19 mybox git-daemon[20427]: Extended attributes (29<br>bytes) exist &lt;host=mybox&gt;<br>Oct 30 09:31:19 mybox git-daemon[20427]: Request receive-pack for '/project.git'<br>Oct 30 09:31:19 mybox git-daemon[20427]: 'receive-pack': service not<br>enabled for '/var/cache/git/project.git/.git'<br>Oct 30 09:31:19 my box git-daemon[26495]: [20427] Disconnected (with error)<br><br>Is there something I need to change?<br><br>-- <br>Terror PUP a.k.a<br>Chuck "PUP" Payne<br>-----------------------------------------<br>Discover it! Enjoy it! Share it! openSUSE Linux.<br>-----------------------------------------<br>openSUSE -- Terrorpup<br>openSUSE Ambassador/openSUSE Member<br>skype,twiiter,identica,friendfeed -- terrorpup<br>freenode(irc) --terrorpup/lupinstein<br>Register Linux Userid: 155363<br><br>Have you tried SUSE Studio? Need to create a Live CD, &nbsp;an app you want<br>to package and distribute , or create your own linux distro. Give SUSE<br>Studio a try.<br>_______________________________________________<br>Ale mailing list<br>Ale@ale.org<br>http://mail.ale.org/mailman/listinfo/ale<br>See JOBS, ANNOUNCE and SCHOOLS lists at<br>http://mail.ale.org/mailman/listinfo<br></div><br></div></div></body></html>