Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Why github ask me username/password instead of SSH authentication?

/*
 * select Clone or Download and Use SSH
 * You will get a URL for the SSH protocol in the form git@github.com:<user>/<repo>.git
 * Then run the following command in your working tree to tell Git to use this URL instead of the current one
 */ 
git remote set-url origin git@github.com:<user>/<repo>.git
Comment

PREVIOUS NEXT
Code Example
Shell :: git tag documentation 
Shell :: pdf compressor linux 
Shell :: git clone into path 
Shell :: apt upgrade full 
Shell :: sed insert multiple lines after match 
Shell :: grpc client 
Shell :: gnu octave ubuntu 20.04 
Shell :: copy command 
Shell :: count file linux 
Shell :: command to install any package using Pip 
Shell :: linux clear command 
Shell :: df command linux concepts 
Shell :: how to exit git in terminal 
Shell :: pgadmin terminal connect 
Shell :: How to delete files in linxu terminal 
Shell :: npm install different version 
Shell :: command to make shell variable as an environment variable 
Shell :: curl with regex 
Shell :: install virtualbox 
Shell :: how to enable tpm in bios 
Shell :: install babel language 
Shell :: how to access folder using command on git bash terminal 
Shell :: command split by delimiter 
Shell :: LF will be replaced by CLRF 
Shell :: codeception environnement variable not found 
Shell :: list all my jobs slurm 
Shell :: powershell get all unlinked gpo 
Shell :: agregar sudoers a user centos 7 
Shell :: msys2 install zsh 
Shell :: registry key programfilesdir 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =