Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git error:Administrator@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

git remote set-url origin https_link_to_repository

git push -u origin master
Comment

git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

ssh-agent -s
ssh-add ~/.ssh/id_rsa
Comment

Output: git@github.com: Permission denied (publickey)

don't use passphrase when creating keys... 
especially when using this as a node package, 
coz even if prompted it won't work during installation
Comment

git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

$ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
Comment

PREVIOUS NEXT
Code Example
Shell :: ps see full command 
Shell :: pull master branch to gh-pages branch 
Shell :: linux awk 
Shell :: clone repo 
Shell :: umask linux 
Shell :: install vmware workstation linux mint 
Shell :: move a file to /opt 
Shell :: sed up to first match 
Shell :: how to install aiohttp on vscode 
Shell :: git merge origin/master into branch 
Shell :: Sending a Simple Email From Linux Terminal 
Shell :: install docker linux debian 10 
Shell :: Malformed entry 2 in list file /etc/apt/sources.list.d/docker.list ([option] not assignment) 
Shell :: curl find latency 
Shell :: sed remove until first occurrence 
Shell :: bash get lines between 
Shell :: The CUDA compiler identification is unknown CMake Error at CMakeLists.txt:441 (enable_language): No CMAKE_CUDA_COMPILER could be found. 
Shell :: hsdpa modem software for linux 
Shell :: git config global credential cache 
Shell :: jekyll new site 
Shell :: tmux status line with blank line on top 
Shell :: ls recursive 
Shell :: scp local to ssh aws 
Shell :: check g++ on ubuntu 
Shell :: ubuntu change /etc/resolv.conf 
Shell :: change shell script to executable 
Shell :: helm rhel 
Shell :: git clone to specific folder 
Shell :: git branch command 
Shell :: where powershell 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =