+[8 years ago]tetsuo55main +[8 years ago]tobiasvlyou should fork the repo and clone that +[8 years ago]tetsuo55so there is no way around that requirement +[8 years ago]tetsuo55ok +[8 years ago]tobiasvlno, the remote github repo can't pull from your local machine
+[8 years ago]BlueProtomanI have a Git repo. Its primary remote (origin) is on a machine at my university, but I want to manage it with GitHub so my team and I can do our primary work there (issue tracking, pull requests, etc.). What's a good fire-and-forget way to mirror it? +[8 years ago]preactionBlueProtoman: create the repo on github, and when it tells you the "clone url": git remote add github <clone url>; git push --mirror github; +[8 years ago]mithrilMy win8 in office have some problem, so I fresh reinstall a win 7. I backup the original ~/.ssh folder, and paste to the user home on win 7. +[8 years ago]mithrilBut I find git-bash do not use the key: when I push a commit in a project, it ask me to input Github Username and Password. +[8 years ago]mithrilThen I try: eval `ssh-agent -s` , ssh-add ~/.ssh/id_rsa