-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re: git installation - navigating fork(s) in the road on windows #1541
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
hmmm, i am seeming to not have any more doubts:
that issue was finally set to done earlier this month! … Step 8Microsoft documentation focuses on how OpenSSH is used on Windows: |
This comment was marked as off-topic.
This comment was marked as off-topic.
Step 9Unless anyone has a good reason, otherwise: Step 10What ends up happening is that if you want to use Notepad for a quick edit, instead of a file with multiple lines visible on Unix-like machines, you end up seeing everything on the same line and can't do much about it, so this is preferred: Step 11I don't know whether our goal was to completely remove or stop usage of that Git Bash terminal emulator, but this information seem outdated now… (?) |
i am going w/ MinTTY for now (not sure if we can update it later) /cc @jorgebucaran as likely knows what should be selected here… |
moving on since he is likely sleeping at this hour… RE ⬇️: openinf.github.io/.devcontainer/post-create.fish Lines 10 to 11 in a69e0b8
Step 12after recently messing around w/ this setting… … i believe the below setting is preferable since merge commits are kinda ugly and if we can avoid them, i think we should (i make efforts to do so1)… trying to think of situations where FF or merge would be necessary and basically if you need to create a merge commit, it seems like something got messed up along the way (?) — there is probably a good explanation, we will get back to this later as it seems like it has to do w/ culture… Footnotes |
Step 13
umm, trying to remember what it's like w/o this now… 🔗 https://www.gnupg.org/related_software/pinentry/index.html |
Step 14 (extra options)
no harm, no foul on the symlinks then since it's only enabled when necessary afaict |
let us begin then — https://code.visualstudio.com/#alt-downloads
otherwise, there is no way to validate options lol ~/Downloads/VSCodeSetup-x64-1.85.2.exe graphical again! |
Step 1Step 2Step 3Step 4Step 5Step 6id not launch it, probably best to disable telemtry first…
|
This comment was marked as duplicate.
This comment was marked as duplicate.
moving right along, we will evaluate whether the shortcoming of Git Bash are dealbreakers: 🔗 https://github.com/OpenINF/.github/pull/696/files#r1473776867 if so, we will simply disable its use, which is well-documented in the link provided above |
shell integration of Git Bash is not supported: 🔗 https://code.visualstudio.com/docs/terminal/shell-integration
{
"terminal.integrated.profiles.windows": {
"Git Bash": null
}
} 🔗 https://code.visualstudio.com/docs/terminal/profiles#_removing-builtin-profiles Then we'd have to create the |
right on, we are super close to the tunneling (my fave part)
|
okay, next we are going to download and install Docker Desktop for Windows — macOS uses OrbStack 🔗 https://www.docker.com/products/docker-desktop/ i don't really like the Docker Desktop GUI installer, cd ~\Downloads Start-Process 'Docker Desktop Installer.exe' -Wait -ArgumentList 'install', '--accept-license' good, that works: |
OK, it is becoming more and more apparent that Git LFS will be necessary… |
the basic premise around this issue is that unix domain sockets were not designed for compat. w/ those found on windowsfork in the road on windows
for those on Windows 11 who have not yet installed Git while going thru and watching for suspicious software, we believe that the image below shows the correct answer one should choose:
we believe the correct answer above would alleviate so much pain
here is the last remaining doubt perhaps worth investigating as would be unique per user's machine:
Originally posted by @DerekNonGeneric in #1106 (comment)
The text was updated successfully, but these errors were encountered: