Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have a repo set up with a .devcontainer and it's generally working well. However I am having big performance issues with node_modules.

The most straightforward and sensible fix for that seems to be to use the "clone repository in container volume" command as described here. However it's not working for me, as my repo is on GitHub Enterprise and is protected with SSH auth.

If I use git@mygithub:foo/repo.git, I get permission denied (publickey), even though I am able to clone with this path from a regular terminal.

If I use https://mygithub/foo/repo.git, I get "git clone failed, could not read username for https://mygithub: no such device or address".

Does this feature not work in this scenario?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.8k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...