git 更换远程地址(git切换远程仓库地址)

git改变远程仓库: git多个远程仓库源切换 git remote -v git更换远程地址 git rem…

Window系统下如何生成ssh key

Window系统下如何生成ssh key 找到 git bash 打开 然后输入: ssh-keygen -t…

goland git 推送到 gitlab

goland git 推送到 gitlab 新建一个 项目 然后我们找到 git -> 远程管理 &nb…

goland 项目添加 git (github)

goland 项目添加 git (github)   这里有 通过 github登录和 令牌登录 g…

Failed to connect to github.com port 443 after 21031 ms: Timed out

fatal: unable to access ‘https://github.com/chaoren399/…

github 令牌 (github生成令牌)token

github令牌授权   https://github.com/settings/tokens &n…

linux 删除软连接 ln -s

只删除 软连接, 不删除数据: rm -rf /code/game 删除软连接,也删除数据 : rm -rf …

jenkins 相关变量

jenkins 相关变量

jenkins 相关变量   The following variables are availab…

! [rejected] master -> master (non-fast-forward)Git推送本地分支到远程分支报错(

我的是因为  创建的respo里有内容(readme.md等),就会报错   To git@10.0…

jenkins自动构建部署在 gitlab 上的项目

jenkins自动构建部署在 gitlab 上的项目 第一部分 我们在gitlab上构建一个新的项目 game…