cd existing_folder git init git remote add origin git@10.10.xxx.xxx:richardxie/Questionnaire.git git add . git commit git push -u origin master
参照: