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

WBOY
Release: 2016-06-13 12:14:37
Original
911 people have browsed it

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 />
Copy after login

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template