joenas
joenas
CCoder.com
Created by joenas on 8/12/2024 in #help
Error with Github external auth
I had mismatching domains/hosts on access url and wildcard url. It didn’t like that 😄
7 replies
CCoder.com
Created by joenas on 8/12/2024 in #help
Error with Github external auth
I haven’t tried again but I’ll let you know once I do
7 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
mkdir -p ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -F github.com || ssh-keyscan github.com >> ~/.ssh/known_hosts
mkdir -p ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -F github.com || ssh-keyscan github.com >> ~/.ssh/known_hosts
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
I added this to my startup script
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
https works with public repo but not ssh
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
It's the known_hosts that's missing, if I never cloned anything in that workspace then I manually have to accept github.com on first clone.
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
Ah yes I use that for other ENVs but unsure of which variable it would be in this case?
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
What’s that @Atif ?
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
Nah not really. Need to try again but in the meantime I found a work around with providing a github access token to the workspace via parameters and adding that to the git URL
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
Yeah no it doesn’t work with public repositories either
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
I figured since I can immediately clone etc when using the workspace in VScode that my credentials where already there
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
I think I’ve misunderstood how it works. To use git-clone I have to have git as a id provider?
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
oh it's the known_hosts possibly?
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
@Phorcys getting the same error with git_clone module
reating directory /home/jon/node-top-reddit...
Cloning [email protected]:joenas/node-top-reddit.git to /home/jon/node-top-reddit...
Cloning into '/home/jon/node-top-reddit'...
Host key verification failed.
reating directory /home/jon/node-top-reddit...
Cloning [email protected]:joenas/node-top-reddit.git to /home/jon/node-top-reddit...
Cloning into '/home/jon/node-top-reddit'...
Host key verification failed.
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
Oh missed the previous reply, will test that first
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
Key cropped but that’s the log 🪵
29 replies
CCoder.com
Created by joenas on 7/21/2024 in #help
Provide git repo as parameter
No description
29 replies