From 6fbf96d31f0b0b8449db3af46df208d53be8cfe6 Mon Sep 17 00:00:00 2001 From: Noah Smith Date: Thu, 11 Jul 2024 10:04:05 +0200 Subject: [PATCH] switch git remote to https --- docs/notes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/notes b/docs/notes index 2856163..fc22a2b 100644 --- a/docs/notes +++ b/docs/notes @@ -1,3 +1,11 @@ +windows git problem for https://github.com/statespacedev/starid.git +fixed by +PS C:\Users\i28144\PycharmProjects\starid> git config --local http.sslbackend schannel + +for github access to statespacedev, create and use a github access token +https://github.com/settings/tokens +in pycharm config github, add a github account via the token + ctrl shift j - strip line breaks git commit --amend --date="now"