著者: Edward Bartolo 日付: To: dng 題目: [DNG] Failure to 'git push'
Hi,
Attempting my first 'git push' to git.devuan.net of
simple-netaid-lightweight results in this error. I read that bypassing
this error is a security risk that can allow man in the middle
attacks. So, it is better to ask.
The Terminal's Output:
edbarx@edbarx-pc:~/simple-netaid-lightweight$ git push -u origin master
The authenticity of host 'git.devuan.org (78.26.97.141)' can't be established.
ECDSA key fingerprint is 98:78:a6:76:15:99:a9:99:a3:0a:3d:b9:f6:78:32:ab.
Are you sure you want to continue connecting (yes/no)? no
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
-----------------------------------------------------------