Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git push asking for username after setting up ssh key

Caused by remote being set to HTTPS rather than SSH
check with: git remote -v
	git@github should be present for ssh
    https://github.com should be present for HTTPS
    
to change to ssh: git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
to change to https: git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Comment

PREVIOUS NEXT
Code Example
Shell :: chown: invalid user: ‘www-data:www-data’ 
Shell :: install radeon drivers ubuntu 
Shell :: how to get git stash changes back 
Shell :: git merge branch to master command line 
Shell :: poetry command install mac 
Shell :: git bring your changes to a new branch 
Shell :: bash number of elements in variable 
Shell :: kafka confluent download 
Shell :: merging branches in git 
Shell :: bat cd to directory 
Shell :: linux gz unzip 
Shell :: git got to previous commit 
Shell :: vtex cli install 
Shell :: install latest node js ubuntu 
Shell :: Cannot find cairo.h! Please install cairo 
Shell :: how to increase font size in elementary os 
Shell :: docker run always puull 
Shell :: run mongodb locally 
Shell :: install app in kali linux 
Shell :: git reset initial commit 
Shell :: git aliases 
Shell :: grep exclude files 
Shell :: ping to my localhost in windows 
Shell :: download composer 
Shell :: kde increase refresh rate 
Shell :: add text with terminal 
Shell :: boot maker for ubuntu 
Shell :: git commit specific files 
Shell :: how to install onnx on jetson nano 
Shell :: view permissions linux 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =