在git克隆远程项目时,一般敲以下代码:
git clone https/ssh
但是这样会导致在每次pull和push的时候都要输用户名和密码,太麻烦了!!:-(
有个办法,可以一劳永逸:
git clone https://name:password@******
哈哈哈哈,是不是很方便_
在git克隆远程项目时,一般敲以下代码:
git clone https/ssh
但是这样会导致在每次pull和push的时候都要输用户名和密码,太麻烦了!!:-(
有个办法,可以一劳永逸:
git clone https://name:password@******
哈哈哈哈,是不是很方便_
本文标题:git克隆远程项目时,记住用户名和密码
本文链接:https://www.haomeiwen.com/subject/rcyovttx.html
网友评论