1115

_Git發表於2018-11-19

cygwin突然不能開了

報錯:cygwin could not fork child process there are no available terminals (-1)

原因:有一個bash.exe的程式需要關閉

解決方法:

  1. tasklist檢視程式埠號
  2. taskkill /pid xxxx -t -f
  3. 如果還是殺不掉就用管理員模式啟動

檢視windows異常關機/重啟

通過windows事件檢視器/Event Viewer

windows log ----- system

ZGC

git clean

git clean -n 預演 git clean -f 刪除檔案 git clean -df 刪除檔案和資料夾 git clean -xf 刪除檔案,不管是不是gitignore裡的檔案 git clean -xdf 刪除檔案(夾),不管是不是gitignore裡面的檔案

安全漏洞

In GNOME GLib 2.56.1, g_markup_parse_context_end_parse() in gmarkup.c has a NULL pointer dereference.
複製程式碼

掃描出安全漏洞

issue

patch