赞
踩
首先在目标文件的文件夹中右键点击Git Bash Here,会弹出窗口
在此处输入 git config --global user.name "你的名字" 点击回车
再输入 git config --global user.email "你的邮箱" 点击回车
再输入 git init 点击回车
再输入 git add . 点击回车(注意add后有一个空格)
再输入 git commit -m "提交" 点击回车
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。