摘要:
1种方法使用ssh-copy-id -i ~/.ssh/id_rsa.pub 用户@目标机器 密码 2种方法, 拷贝ssh pub key到目标机器, 添加到 ~/.ssh/authorized_keys中 cat id_rsa.pub >>~/.ssh/authorized_keys 阅读全文
摘要:
首先需要设置 git config core.filemode false 然后对需要的文件增加执行权限 git update-index --chmod=+x foo.sh 再签入 阅读全文