2021年5月18日
摘要: #错误原因 shell脚本没有可执行权限。 赋予shell脚本可执行权限即可。 例如touch创建test.sh文件,输入以下内容: [root@localhost demo]# touch test.sh [root@localhost demo]# ls test.sh [root@localh 阅读全文
posted @ 2021-05-18 23:36 哑吧 阅读(4261) 评论(0) 推荐(0) 编辑
摘要: #1、无脑安装git #2、设置用户名、密码 Git Bash Here命名窗口输入: git config --global user.name "username" git config --global user.email "email" 设置成功后会在用户目录下生成.gitconfig文件 阅读全文
posted @ 2021-05-18 17:49 哑吧 阅读(133) 评论(0) 推荐(0) 编辑