如何在運(yùn)行“git克隆git@emote.git”時(shí)提供用戶名和密碼?我知道如何為HTTPS請(qǐng)求提供用戶名和密碼,如下所示:git clone https://username:password@remote但我想知道如何為遙控器提供用戶名和密碼,如下所示:git clone git@remote.git我試過(guò)這樣做:git clone username:password@git@remote.git
git clone git@username:password@remote.git
git clone git@remote.git@username:password但他們沒(méi)起作用。
如何在運(yùn)行“git克隆git@emote.git”時(shí)提供用戶名和密碼?
慕標(biāo)5832272
2019-07-09 16:30:46