Horje
Host key verification failed. fatal: Could not read from remote repository. Code Example
git host key verification failed
#Windows:
ssh-keyscan -t rsa github.com >> %userprofile%/.ssh/known_hosts

#Mac:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts

# (If it says 'Command not found', try to run the command in your Git Bash.)
Host key verification failed. fatal: Could not read from remote repository.
# in my case this was github.com
ssh-keygen -R domain.com
ssh-keyscan -t rsa domain.com >> ~/.ssh/known_hosts




Shell

Related
how to call a batch file from another batch file Code Example how to call a batch file from another batch file Code Example
r installation on ubuntu Code Example r installation on ubuntu Code Example
install rabbitmq docker image Code Example install rabbitmq docker image Code Example
laravel 4 installer Code Example laravel 4 installer Code Example
docker bash Code Example docker bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10