Home  >  Article  >  Backend Development  >  git使用SSH key去除密码登陆失败,想撤销,回到之前那种输入账号密码的,怎么处理

git使用SSH key去除密码登陆失败,想撤销,回到之前那种输入账号密码的,怎么处理

WBOY
WBOYOriginal
2016-06-13 12:14:37871browse

git使用SSH key去除密码登陆失败,想撤销,回到之前那种输入账号密码的,怎么办
git使用SSH key去除密码登陆失败,想撤销,回到之前那种输入账号密码的,怎么办
------解决思路----------------------

<br />git remote -v 检查所使用的git地址的服务,<br /><br />git remote set-url origin  ‘git-url’   换成你的https地址<br /><br />然后再执行git remote -v 查看  <br />

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn