git init touch README.md git add README.md git commit -m "first commit" git remote add origin git@xxx.xxx.xxx.xxxx:sn/weight.git git push -u origin master