先git clone远程仓库httpp://192.168.0.126/root/ok.git
然后将要提交的代码放入本文件中
然后cd ok进入文件
执行
git init
git add . 表示将所有文件添加到仓库
然后在代码中添加注释
git commit -m “我是注释”
关联远程仓库
git remote add origin http://192.168.0.126/root/ok.git
git push origin master
然后等一会儿
先git clone远程仓库httpp://192.168.0.126/root/ok.git
然后将要提交的代码放入本文件中
然后cd ok进入文件
执行
git init
git add . 表示将所有文件添加到仓库
然后在代码中添加注释
git commit -m “我是注释”
关联远程仓库
git remote add origin http://192.168.0.126/root/ok.git
git push origin master
然后等一会儿