Last active
September 21, 2024 03:36
-
-
Save kilip/d0b15ad571bf663b997b8733339e3c3c to your computer and use it in GitHub Desktop.
Revisions
-
kilip revised this gist
Sep 21, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,4 +27,4 @@ tutorial: [github](https://docs.github.com/en/authentication/connecting-to-githu ### Setting GPG Key On windows please use WSL (ubuntu on windows). Follow [this tutorial](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key?platform=linux) until you can sign your git commit with gpg key -
kilip revised this gist
Sep 21, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,6 +25,6 @@ C:\ ubuntu config --default-user theusername tutorial: [github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) ### Setting GPG Key On windows please use WSL (ubuntu on windows). Follow [this tutorial](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key?platform=linux) -
kilip revised this gist
Sep 21, 2024 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,3 +23,8 @@ C:\ ubuntu config --default-user theusername ### Setting ssh tutorial: [github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) ### Setting GPG On windows please use WSL (ubuntu on windows). Follow [this tutorial](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key?platform=linux) -
kilip revised this gist
Sep 20, 2024 . No changes.There are no files selected for viewing
-
kilip revised this gist
Sep 20, 2024 . 1 changed file with 19 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,25 @@ ### Windows WSL Ubuntu Install github desktop with bash: https://github.com/apps/desktop Add non root user: On powershell type bash ```sh # windows power shell bash ``` On bash ```sh root@something$ useradd theusername root@something$ exit ``` Configure WSL default user ```sh # Windows powershell C:\ ubuntu config --default-user theusername ``` ### Setting ssh tutorial: [github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) -
kilip created this gist
Sep 20, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ ### Windows WSL Ubuntu Add non root user: ### Setting ssh tutorial: [github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)