初始化空的git版本库于 /home/lxd/gityun/.git/ 后面多出的 .git 是用来管理跟踪版本库的,轻易不可动。
sudo apt-get install git 完成git的安装
安装完后,输入下面命令
$ git config --global user.name "用户名"
$ git config --global user.email "邮箱"
创建本地仓库
1、mkdir gityun(仓库名字)
2、cd gityun(仓库名字)
3、pwd 显示当前目录
4、git init 把这个仓库整成git可以管理的仓库
5、新建终端
mv "要上传的文件名" “/home/lxd/gityun”
注意:移到的文件后不可跟.git ,其为隐藏文件
6、git add "文件名"
7、git commit -m "备注"
8、git push origin master 同步本地库和远程库
函数原型
#include <stdio.h>
#include <stdlib.h>
void perror(const char *s) , perror(open_port)