linux下git+码云的使用速成

1. git的安装 sudo apt-get install git #完整安装 2. git的配置 git config --global user.name "yourname" #设定自定义的昵称 git config --global user.user.email "youremail@example.com"
相关文章
相关标签/搜索