반응형 Computer/CI CD6 Connect git repository via SSH from Windows to RaspberryPi RPI: create user and password sudo useradd git sudo passwd git RPI: visudo add last line this and save sudo visudo # add a line like this at bottom %git ALL=(ALL) NOPASSWD: ALL # as user 'git' su - git RPI: check VCS tool git installed and make repo root git --version git config -l mkdir git_repo cd git_repo mkdir first.git cd first.git git config --global init.defaultBranch main git init On Win.. 2023. 1. 14. Intellij IDEA shortcuts Category Action Keys Editor Show intention actions and quick-fixes Alt + Enter Editor Generate Constructor, getter, Test Alt + Ins Editor Basic Code Completion Ctrl + Space Editor Smart Code Completion Ctrl + Shift + Space Editor Statement Completion Ctrl + Shift + Enter Editor Show Parameter Type Ctrl + P Editor Brief Info Ctrl + MouseOver Editor Show descriptions of error at caret Ctrl + F1 Ed.. 2023. 1. 11. 이전 1 2 3 다음 more 반응형