git9 | Git implementation for plan
kandi X-RAY | git9 Summary
kandi X-RAY | git9 Summary
Plan 9 is a non-posix system. Upstream git has been ported, but feels distinctly un-plan9ish, and even in its native environment, has been justifiably tarred and feathered for its user experience. Git/fs implements a git client for plan 9. The intent is to support working with git repositories, without cloning the git interface directly. Git/fs is my daily driver. It’s solid, and works well for my needs.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of git9
git9 Key Features
git9 Examples and Code Snippets
Community Discussions
Trending Discussions on git9
QUESTION
Win10, WSL2, Ubuntu vanilla install. I have an SSH daemon listening within the WSL2 instance (on a high-numbered port, in case that's relevant). I just noticed that after installing the VSCode/WSL remote extension, if I execute code .
from within the Ubuntu terminal/app/native console (sorry I don't know what this is properly called) it downloads/installs an instance of the VSCode server and at least so far appears to run as I'd expect it to.
ANSWER
Answered 2021-Dec-29 at 02:41You're going to run into a couple of things here.
PATH
differences
First, and what you are running into at the moment, is the difference in $PATH
. When you run WSL directly on the host in the terminal, it starts your shell in a fairly "unorthodox" way. At least, it's quite different than if you were running on a normal Linux host.
"Normally", you'd see something like login
called to authenticate your user. login
(and ssh
) uses PAM, the Plugable Authentication Module system to define what happens during the authentication process. One of the commonly configured modules is pam_env, which can change the environment.
You can see this defined in WSL/Ubuntu in /etc/pam.d/login
and /etc/pam.d/sshd
. Both include the line:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install git9
Install with mk install.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page