摘要: git的全局变量可以用在命令行设置: git config --global user.name "litifeng" git config --global user.email "litifeng@example.com" git config --global color.ui true gi 阅读全文
posted @ 2016-07-24 16:01 立体风 阅读(4547) 评论(0) 推荐(0)
摘要: 最近,用ssh连接github时,突然提示“Permissions 0644 for ‘/root/.ssh/id_rsa’ are too open”,并且断开连接。 仔细阅读了一下ssh文档和这句提示,大概的意思时ssh的私有密钥的权限开放尺度太大了,可以供人随意欣赏了,ssh自身的策略关闭了s 阅读全文
posted @ 2016-07-24 15:34 立体风 阅读(18140) 评论(0) 推荐(1)