Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to allow permission to my new github account

Here is your problem:

$ git config --get remote.origin.url
https://github.com/aliesoft/alienspine.git

You are using the HTTPS protocol. You can try to use public and private RSA keys to access your git repository. A tutorial on how to generate and add your public key to your profile can be found here: https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

After setting up the SSH key, try to push your code to git@github.aliesoft/alienspine.git. Change your remote origin with:

git remote set-url origin git@github.com:aliesoft/alienspine.git
Comment

PREVIOUS NEXT
Code Example
Shell :: start of .sh file 
Shell :: symbolic link wsl mnt 
Shell :: install helm on minikube 
Shell :: netcat reverse shell 
Shell :: bash for loop 
Shell :: how to install swift on ubuntu 
Shell :: bash store script output in variable 
Shell :: pytype 
Shell :: limit image size on github 
Shell :: composer install on mac 
Shell :: docker compose stdin_open 
Shell :: how to delete a file in linux 
Shell :: set environment variable linux 
Shell :: github create repo from terminal 
Shell :: top command 
Shell :: how to append string to file names in linux 
Shell :: repo from bitbucket to github 
Shell :: how to get all avd names in cmd 
Shell :: pull master into branch 
Shell :: display hidden files mac 
Shell :: download fbreader for ubuntu 
Shell :: docker set container name 
Shell :: rails how to use joins 
Shell :: git tag sort versions 
Shell :: check logstash config 
Shell :: linux history delete line 
Shell :: change keyboard layout linux 
Shell :: install newman-reporter-htmlextra 
Shell :: linux make executable 
Shell :: powershell qr code generator 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =