摘要:
Updates were rejected because the remote contains work that you do not have locally. This is usually caused by another repository pushing to the same 阅读全文
posted @ 2022-09-16 16:02
一刹流云散
阅读(2743)
评论(0)
推荐(1)
摘要:
第一种:查看实时变化的日志(比较吃内存) 最常用的: tail -f filename (默认最后10行,相当于增加参数 -n 10) Ctrl+c 是退出tail命令 其他情况: tail -n 20 filename (显示filename最后20行) tail -n +5 filename ( 阅读全文
posted @ 2022-09-16 09:13
一刹流云散
阅读(281)
评论(0)
推荐(0)