반응형 분류 전체보기22 Git 교과서 ISBN 9791165210885 ( 1165210886 ) 발행(출시)일자 2020년 03월 16일 쪽수 432쪽 크기 184 * 236 * 22 mm / 770 g https://git.jiny.dev/ https://thebook.io/080212/ 2023. 1. 16. 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 2 3 4 5 6 7 ··· 11 다음 more 반응형