+[2016-11-17T23:38:28Z]tetsuo55main +[2016-11-17T23:38:41Z]tobiasvlyou should fork the repo and clone that +[2016-11-17T23:40:32Z]tetsuo55so there is no way around that requirement +[2016-11-17T23:40:36Z]tetsuo55ok +[2016-11-17T23:40:48Z]tobiasvlno, the remote github repo can't pull from your local machine
+[2016-11-18T03:56:06Z]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? +[2016-11-18T04:54:57Z]preactionBlueProtoman: create the repo on github, and when it tells you the "clone url": git remote add github <clone url>; git push --mirror github; +[2016-11-18T08:57:11Z]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. +[2016-11-18T08:57:18Z]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. +[2016-11-18T08:57:47Z]mithrilThen I try: eval `ssh-agent -s` , ssh-add ~/.ssh/id_rsa