Hiya,
Have spent the last couple of hours figuring out how to make git
work. Think I've now created a fork on github and am able to download
updates from the master insoshi code. Having got this far I'd like to
use git for deployment as well, which seems like the obvious thing to
do. However I've run into a few issues and so am wondering if anyone
can point me in the right direction.
So far I have done the following:
1. Created a folder on my remote server which I want to contain the
repository.
2. Typed git init to create the repository (git --bare init produced
an error)
3. Navigated in gitbash to my local repository
4. Set up the remote connection:
git remote add deploy ssh://[EMAIL
PROTECTED]/home/username/git/insoshi.git
5. Try to create the fork:
git push deploy master:refs/heads/master
After being prompted for my password, which I enter, I get the error:
"Unable to chdir or not a git archive.
Fatal: the remote end hungup unexpectedly"
Any thoughts on what I'm doing wrong?
Thanks,
Antony
--~--~---------~--~----~------------~-------~--~----~
Insoshi developer site: http://dogfood.insoshi.com/
Insoshi documentation: http://docs.insoshi.com/
You received this message because you are subscribed to the Google
Groups "Insoshi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/insoshi?hl=en
-~----------~----~----~----~------~----~------~--~---