摘要:
标识符 The first character is a letter.The remaining characters are alphanumeric or _.或The first character is _.The identifier is more than one character 阅读全文
posted @ 2019-01-22 13:12
方诚
阅读(284)
评论(0)
推荐(0)
摘要:
概述 安装Git,使用Git Bash创建本地Git全局用户名,提交远程代码时将以此用户名显示git config --global --replace-all user.email "itoracle@aliyun.com"git config --global --replace-all use 阅读全文
posted @ 2019-01-22 11:04
方诚
阅读(137)
评论(0)
推荐(0)