问题描述
执行 git clone [url]
操作结果如下:
Cloning into 'git'...
remote: Coding.net Tips : [Permission denied!]
fatal: unable to access 'https://git.coding.net/xxxxx/git/': The requested URL returned error: 403
问题起因
git缓存了错误的账号和密码.
https方式每次都要输入密码,按照如下设置即可输入一次就不用再手输入密码的困扰而且又享受https带来的极速
设置记住密码(默认15分钟):
git config --global credential.helper cache
如果想自己设置时间,可以这样做:
git config credential.helper 'cache --timeout=3600'
这样就设置一个小时之后失效
长期存储密码:
git config --global credential.helper store
解决方案
1.http://username:password@git.coding.net/name/project.git 这样就可以让当前操作以输入的用户名和密码登录
2.运行命令:rm ~/.git-credentials,删掉git config --global credential.helper store保存的账号和密码。回到每次输入用户名和密码。
参考链接:https://www.jianshu.com/p/c62239b377f2
分享到:
相关推荐
标题"Git_er_done"可能暗示了这个压缩包包含了关于如何使用Git完成项目的教程或示例。下面我们将深入探讨Git的核心概念和在C#项目中的应用。 1. **Git的基本概念**: - **仓库(Repository)**:存储所有版本和元...
- 克隆远程仓库到本地:`git clone git@192.168.1.17:/opt/git/test/test.git` - 更新本地文件:`git pull origin master` 示例命令如下: ```bash git clone git@192.168.1.17:/opt/git/test/test.git cd test....
发行人GitHub问题管理器安装git clone git@github.com:andela/issue-er.gitcd issue-er && yarn # or npm installcp .env.example .env # ensure all environment variables are setyarn run dev该项目使用来加载...
git clone https://github.com/rxdrag/rx-models.git cd rx-models npm install npm run start:dev 在浏览器输入: ,看到熟悉的“Hello World!”,则说明已经成功运行了。 安装运行客户端 git clone ...
掌握Git的基本命令(如git clone、git add、git commit、git push/pull)和工作流(如master分支、feature分支、pull request)是必备技能。另外,理解分支和合并策略、解决冲突以及使用GitHub或GitLab进行远程协作...
// ec-cubeの起動$ git clone https://github.com/EC-CUBE/ec-cube.git$ cd ec-cube$ docker-compose -f docker-compose.yml -f docker-compose.pgsql.yml up -d$ docker-compose -f docker-compose.yml -f docker-...
git clone https://github.com/jonataa/erbase2014-php-dojo.git 运行测试 在命令行中输入以下命令。 cd erbase2014-php-dojo/ composer install ./vendor/bin/phpunit tests/ 预期结果 PHPUnit 4.1.0 by ...
git clone https://github.com/TheMaestro0/Akinator-Bot.git cd Akinator-Bot npm install 配置 将config.json.example复制或重命名为config.json并填写值: { " prefix " : " ! " , " token " : " ...
关于该项目 Çest,vous avezsautéle pas!... VousêtesdéveloppeurPHP,以及mont er vos天才专家au travers d'un...git clone https://github.com/jorisreynes/Projet5.git Install NPM packages npm install 入门 倒
Commencez帕créer未卷宗nommé formation ,PUIS positionnez-VOUS丹斯CEréperoire等lancez LA COMMANDE CI-DESSOUS倾récupérer乐PROJET GIT中。 cd formation git clone ...
>> .gitignore现在,将您的点文件克隆到$ HOME的“点”文件夹中的裸存储库中: git clone --bare <git> $HOME/.dotfiles在当前shell作用域中定义别名: alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$...
跑步git clone https://github.com/Geo1088/eris-docs-bot && cd eris-docs-botcp config_sample.json config.json # copy sample config$EDITOR config.json # fill in token and stuffyarn # dependencies (or: ...
克隆此存储库: git clone git@github.com:johnnyalmeida/video-store-api.git 打开目录: cd video-store-api 安装所有依赖项: npm install 启动服务器: npm run start 该服务器将在http://localhost:3000处...
Racer - 代码完成 RACER = R乌斯甲uto-Çomplete- ER。 该实用程序旨在为编辑器和IDE提供Rust...从来源克隆存储库: git clone https://github.com/racer-rust/racer.git cd racer; cargo +nightly build --release cd
API 文档演示截图ER图在本地运行克隆项目 git clone https://github.com/dhatguy/PERN-Store.git 进入项目目录 cd PERN-Store 安装依赖 npm install 转到服务器目录并安装依赖项 npm install 转到客户端目录并安装...
:snake: Python_Web_Screenshoter 一个有用且简单的工具,用于使用CSS选择器从网站创建图像输出示例git clone ...
git clone git@github.com:csnedecor/photoz.git bundle install rake db:create rake db:migrate 此应用程序将 Paperclip gem 用于照片附件。 如果您的计算机还没有它,您将需要安装 ImageMagick 以在本地运行该...
AppliTodo 待办事项清单 演示文稿 L'objectif du Projestic andTégestionDeTâches(todolist)complète,enVue.js。...git clone https://github.com/FestiveTree/AppliTodo 使用率 npm build npm run 执照 GP
数据库图 这个工具可以帮助您快速为postgres db模式生成漂亮的数据库/ ER图: 该脚本通过检测postgres db模式... git clone cd dbdiagrams (可选)-使用python虚拟环境: python -m venv env source ./env/bin/
git clone git@github.com:goujilinouhaila-coder/BikeChallenge.git cd BikeChallenge 要查看可视化: 对于可视化部分,我绘制了一张地图,该地图代表了蒙彼利埃市最大的自行车通行强度 指向我的活页夹的链接: ...