반응형 rpi1 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. 이전 1 다음 반응형