Commit 3be163e
fix(build): Remove remote.connect fallback to avoid SSL/TLS issues
Remove the network fallback that queries remote default branch when
origin/HEAD is not set locally. This eliminates SSL/TLS errors that
occur when libgit2 lacks proper SSL support.
Users without origin/HEAD set up will get a clear error message and
can fix it with: git remote set-head origin --auto
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9929139 commit 3be163e
1 file changed
Lines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 260 | + | |
277 | 261 | | |
278 | 262 | | |
279 | 263 | | |
| |||
0 commit comments