Error
The authenticity of host 'github.com (140.82.113.4)' can't be established.
Fix
ssh-keyscan github.com >> ~/.ssh/known_hosts
Error
The authenticity of host 'github.com (140.82.113.4)' can't be established.
Fix
ssh-keyscan github.com >> ~/.ssh/known_hosts
#!/bin/sh | |
# | |
# clean.sh | |
# Copyright (C) 2020 Masamichi Hosoda. All rights reserved. | |
# License: BSD-2-Clause | |
# | |
# https://gist.github.com/trueroad/2cac47a5d672fd742b1aa451e6708d16 | |
# |