Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

when pushing tp github it request user and password

A common cause is cloning using the default (HTTPS) instead of SSH. 
You can correct this by going to your repository, clicking 
"Clone or download", then clicking the "Use SSH" button above the URL 
field and updating the URL of your origin remote like this:

git remote set-url origin git@github.com:username/repo.git

You can check if you have added the remote as HTTPS or SSH using:
git remote -v
Comment

PREVIOUS NEXT
Code Example
Shell ::  
::  
::  
::  
Javascript ::  
::  
::  
::  
::  
::  
::  
::  
Javascript ::  
::  
::  
::  
::  
::  
Javascript ::  
::  
Javascript ::  
::  
::  
::  
::  
::  
::  
::  
::  
Javascript ::  
ADD CONTENT
Topic
Content
Source link
Name
3+2 =