SDK discussion location? #4355
Unanswered
PhilipOakley
asked this question in
Q&A
Replies: 2 comments 6 replies
-
You probably inadvertently ended up with mismatched
Yes. What are your questions, concretely? |
Beta Was this translation helpful? Give feedback.
2 replies
-
For the failure to re-install asciidoctor, one possible reason is that the directory names I have, e.g.
Or am I misunderstanding something about the pattern match? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this the best location for discussions about the Git-for-Windows SDK (software development kit) and how it is boot-strapped?
The Build-Extra repo looks to have its Issues section disabled, which is where I expected to clarify a few points, hence this question.
My back-story problem (XY style) was, historically, that my SDK had become out of date and wouldn't update properly (99% resolved via the newly-introduced
update-via-pacman.ps1
). This allowed me to recompile Git in the SDK, but it still won't fetch from remotes, but otherwise feels functional (no, I didn't run the tests, which take far too long ;-).Looking at the SDK / Build-Extra, the README.md gives the 'what & where' of the general Git for Windows contents, and that it will 'perform an initial build', but didn't cover the 'how & why' (of the SDK install process) to help debug my 'lack of fetch' situation. I was looking to avoid the 'dump the SDK and start again' option..
Cross checking my config values with the regular GfW install, I see that the
sslbackend
's are different for my SDK and GfW, usingschannel
andopenssl
respectively. The GfW also has the system configsslcainfo
set, along withcore.fscache
andcore.symlinks
. I'm not sure if the change ofsslbackend
config value is significant for the SDK update problem that shows as fetch not working.The newish
sdk
command methods post dates my earlier understanding of the SDK install [1], so there are a few 'gotcha' steps I (and possibly others) don't immediately see.My desired outcome would be to:
.ps1
method and, hopefully, also a 'reinstall-sdk' method that avoids the perception of 'dump and start again'Is this the right place to discuss the SDK?
Beta Was this translation helpful? Give feedback.
All reactions