Linux下使用git命令创建github仓库并同步到远程

配置git信息 git config --global user.name 'your name' # 配置名字信息,例如,你的github用户名 git config --global user.email 'your email' # 配置邮箱,例如,你的github注册邮箱 git config --gloabl credential.helper cache git config --g
相关文章
相关标签/搜索