Dev
git 设置用户名密码
返回首页
搜索
git 设置用户名密码
发表于
2022-06-30
|
更新于
2026-03-14
|
others
1
2
git config --global user.name “你的用户名”
git config --global user.email “你的邮箱”
文章作者:
developer
文章链接:
http://example.com/2022/06/30/git%20%E8%AE%BE%E7%BD%AE%E7%94%A8%E6%88%B7%E5%90%8D%E5%AF%86%E7%A0%81/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
Dev
!
上一篇
nvm
https://github.com/nvm-sh/nvm https://blog.csdn.net/songisgood/article/details/121230371 https://blog.csdn.net/qq_22186119/article/details/123255420 安装123456789101. 码云下载git clone https://gitee.com/mirrors/nvm2. 修改`install.sh`第75行NVM_SOURCE_URL="https://gitee.com/mirrors/nvm.git"3. 执行安装./install.sh _git4. 根据使用的命令行把环境变量写入 下载镜像也可以写入环境变量 1NVM_NODEJS_ORG_MIRROR=https://registry.npmmirror.com/-/binary/node 1nvm install 16 设置默认版本1nvm alias default 10 1234567curl -o- https://raw.githubu...
下一篇
vue 不同路由 相同组件 页面刷新数据不更新
12345watch: { '$route'(to, from) { this.init() } },
developer
AI相伴的开发者博客
文章
1018
标签
718
分类
34
Follow Me
公告
This is my Blog
最新文章
cmder使用记录
2026-03-08
flutter getx使用记录
2026-03-01
统计代码行数
2026-02-27
php easywechat 6.x 微信支付 手动解密
2026-02-25
php 反引号 执行shell脚本
2026-02-25
搜索
数据加载中