728x90
After you set your replit ssh key to your ssh panel, if you still can get code in your vscode system.
Make sure you filled out .ssh/config
Host *.replit.dev
Port 22
IdentityFile ~/.ssh/replit
StrictHostKeyChecking accept-new
You can find config file in vscode with command pallete
open ssh configuration file
You can find the official tutorial below link
Conntecting to your Repl
728x90
'IT' 카테고리의 다른 글
마이크로오피스가 관리자 권한으로만 실행 될 때 해결 방법 (0) | 2024.06.21 |
---|---|
'keyCode' is deprecated.ts(6385)lib.dom.d.ts(14396, 8): The declaration was marked as deprecated here (0) | 2023.09.18 |
nuxt-auth/next-auth의 끔찍한 rotation refresh token 문제 (0) | 2023.08.01 |
hot to fix poetry self update error (0) | 2022.12.16 |
vscode에서 eslint와 prettier을 동시사용문제 (0) | 2022.11.27 |