Github is an online service for using git repositories to enable social and collaborative coding.
0
votes
2answers
214 views
Pull GitHub Repository into /var/www
I have a private GitHub repo that I'd like to setup my testing server (LAMP) to automatically pull/fetch the files in the master branch and put them in my web root (/var/www).
Wouldn't it be possible ...
2
votes
1answer
376 views
Git - Odd Disk Space Usage on GitHub
We use GitHub to host all my projects, and we've got a 6GB soft-limit. A few days ago, there were many files added to the repository which should not have been added (such as images, movies, etc.) ...
1
vote
2answers
1k views
Permission denied (publickey) error
I'm trying to connct to github via shh with using following command:
ssh -v github.com
But i have error Permission denied (publickey).
I generated rsa keys with ssh-keygen command keys are located ...
2
votes
1answer
718 views
How to set up multi users on dev server with git and github
I'm working on lamp application. We have 2 servers (Debian) Live and Dev.
I constantly work on dev main to add new features and fix bugs.
When happy all works well I scp the relevant code to the ...
0
votes
1answer
164 views
How Can I Point My Local Testing Server at My GitHub Repository?
Up until a few days ago, I had a particular setup that was as follows. Using SVN, all of the websites that I developed were committed to a source control drop box on a local testing server. Then using ...
2
votes
1answer
2k views
Commit hook on github to trigger hudson build
I'm using Hudson as my CI server and I'm trying to get my commits to trigger a build. When I was using gitosis I just had a post-receive that ran a
curl -u gituser:password ...
4
votes
1answer
3k views
RSA key, github keeps asking for my password
Okay folks, noob RSA question here.
I have a production server, and I've generated an rsa key there. I've then taken the public key (id_rsa.pub) and given that to github, as a deploy key I believe.
...
1
vote
1answer
295 views
GIT - GitHub Repository Setup Viable?
I have a small team of developers and we have purchased a small private repository account. Essentially all we want to do is have this central repository store all of our source code and for each ...