I want to push my code in tow place, my office or my home. I have push
code to gitorious.org via my office desktop. I copy the ~/.ssh/
ip_rsa.pub to my home desktop, `git-clone` down my project into my
home desktop, chang the git config look like bellow:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = [email protected]:essentialdrivers/mainline.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
while, I push my work to the gitorious.org, the gitorious.org challege
me the login password. I type in my password, the gitorious.org server
hug up my action. why ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Gitorious" 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/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---