git使用

git下载和使用一.下载(略)二.配置公钥使用 1git config --list 查看已经存在的用户信息,不存在则配置自己的信息 1git config --global user.name "dreamxiaoshen" ...

git