1. Synchronize 에서 Add Gihub account 클릭 후 창이 떠있는 상태에서 2. F12 로 개발자 모드 연결 3. console 에 아래 복사 넣고 엔터 window.XMLHttpRequest = class MyXMLHttpRequest extends window.XMLHttpRequest { open(...args){ if(args[1].startsWith("https://api.github.com/user?access_token=")) { // apply fix as described by github // https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/#changes-to-m..