apt-get install ssh-askpass ssh-askpass-gnome
export GIT_ASKPASS=which ssh-askpass
git config --global credential.helper 'cache --timeout=3600'
| [tool.poetry] | |
| name = "req-test" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Abel Katona <abelkatona@flywheel.io>"] | |
| [tool.poetry.dependencies] | |
| python = "^3.8" | |
| crayons = "^0.4.0" | |
| ipython = "^7.24.0" |
apt-get install ssh-askpass ssh-askpass-gnome
export GIT_ASKPASS=which ssh-askpass
git config --global credential.helper 'cache --timeout=3600'
| https://camratus.com/2017/09/18/chrome-on-ubuntu-fix-some-gpu-problem/ |
| https://bugzilla.redhat.com/show_bug.cgi?id=1478219 | |
| 1) download radcard script: | |
| https://raw.githubusercontent.com/superjamie/snippets/master/radcard | |
| 2) chmod +x radcard | |
| 3) sudo cp radcard /usr/local/bin/radcard |