随笔分类 - GIT
摘要:1.git基础 1.1 git安装 官网下载即可 在安装的过程中,所有选项使用默认值即可。 1.2 Git 基本使用流程 git仓库 暂存区 工作目录 用于存放提交记录 临时存放被修改文件 被Git管理的项目目录 1.3 Git使用 1.3.1 Git 使用前配置 在使用 git 前,需要告诉 gi
阅读全文
摘要:push远程仓库遇到报错 remote: Invalid username or password. fatal: Authentication failed 1、首先配置用户信息 git config --global user.name [username] git config --globa
阅读全文

浙公网安备 33010602011771号