git pull 报错 you don’t have permission to view it. 解决方案
remote: The project you were looking for could not be found or you don’t have permission to view it.
fatal: repository ‘http://git.aikonchem.com:88/webs/bschem.git/’ not found
其实我一直在你身边
remote: The project you were looking for could not be found or you don’t have permission to view it.
fatal: repository ‘http://git.aikonchem.com:88/webs/bschem.git/’ not found
Guest:可以创建issue、发表评论,不能读写版本库
Reporter:可以克隆代码,不能提交,QA、PM可以赋予这个权限
git 简易的命令行入门教程
github 项目 远程仓库 换成 gitee 远程仓库
git新建仓库 快速设置
阿里云 centos github SSL connect error
则更新命令:yum update nss
git help
git show # 显示某次提交的内容 git show $id
git co —
git co . # 抛弃工作区修改
git add
git add . # 将所有修改过的工作文件提交暂存区
1.工作目录
2.暂存区 git add .
3.本地仓库 git commit -m “注释”
4.远程仓库 git push
cd existing_folder
git init
git remote add origin git@git.akjunshi.com:root/exun_web.gitgit add .
git commit -m “Initial commit”
git push -u origin master
1、首先你要安装Git工具
下载地址:https://git-scm.com/downloads
2、右键鼠标,选中 “Git Bash here”,当然你也可以在windows的 “开始”—>“所以程序”,或者安装目录打开它