摘要: Sehll 变量 定义shell变量 定义变量时,变量名不加美元符号 your_name="AAA" #!/bin/bash you_name="hosystem" echo $you_name echo 拼接$you_name 注意,变量名和等号之间不能有空格,这可能和你熟悉的所有编程语言都不一样 阅读全文
posted @ 2021-01-29 10:47 HOsystem 阅读(194) 评论(0) 推荐(0)
摘要: git错误汇总 错误一:Updates were rejected because the remote contains work that you do 执行命令: git push -u origin master 出现错误: ! [rejected] master -> master (fe 阅读全文
posted @ 2021-01-29 10:14 HOsystem 阅读(363) 评论(0) 推荐(0)