Sunrise 6:03am (JST), sunset 4:48pm (JST) at 35.4N, 139.4E (10:45 hrs daylight) japan/tokyo/tokyo at 07:00: 12 C, cloudy, 6.3 mps wind from N.
少し寝過ごす。やはり覚醒が少ない。
| 覚醒 | 7分 |
| レム | 1時間50分 |
| コア | 3時間40分 |
| 深い | 39分 |
githubのaccess token変更が毎回ストレスになっている。以前、
~ cd ~/Dropbox/aquinas/ST/ ~ git push ~ Username for 'https://github.com': my user name ~ Password for 'https://github.com': 更新したtoken
このやり方でできたのだが、今日は、
~ git push
~ remote: Invalid username or token. Password authentication is not supported for Git operations.
~ fatal: Authentication failed for 'https://github.com/xxx/xxxx.git
こういうエラーが出て更新できない。今回は、emacsのmagitから、変更した。
C-x g でmagitを起動。s でstaging。c c でコミット。コメントを少し書く。P p でプッシュ。このときに、emacsの中でユーザー名とパスワードを聞かれるので、パスワードの時に、新規作成したaccess tokenを入力する。