Second Brain
3. Resources

git clone 후 옵시디언에서 git push 시 권한 에러 해결

1 min read 3. Resources/옵시디언/git clone 후 옵시디언에서 git push 시 권한 에러 해결.md

#현재 프로젝트에 내 SSH 키 경로 강제로 박아버리기

git config core.sshCommand "ssh -i ~/.ssh/[SSH id 파일]"
인터랙티브 블로그에서 열기