高级运维工程师 曹青峰 QQ 258896473
分类: LINUX
2014-11-17 16:25:48
用git add file添加文件时出现这样错误:
fatal: Not a git repository (or any of the parent directories): .git
提示说没有.git这样一个目录,解决办法如下:
git init就可以了!
ansible all -m ping paramiko: The authenticity of host '192.168.0.66' can't be established. The ssh-rsa key fingerprint is 43580078544f9b338c6dc4f81082d864. Are you sure you want to continue connecting (yes/no)?
如果想解决此问题,需要修改ansible.cfg的#host_key_checking = False取消注释