git快速使用

1.设置用户信息php git config --global user.name "your name" git config --global user.email "your email" 2.克隆github远程库git //事先在github上添加了电脑的SSHgithub git clone git@github.com:your name/your repository.git //
相关文章
相关标签/搜索