Commit e381a38
fix(shared): trim tokens in getTokenFromConfig to prevent broken git clone URLs (#1067)
* fix(shared): trim tokens in getTokenFromConfig to prevent broken git clone URLs
Tokens with trailing newlines (common with env vars, .env files, and cloud
secrets) get URL-encoded as %0A, causing fatal git credential parse errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: add CHANGELOG entry for #1067
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* changelog nit
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent d4f47ab commit e381a38
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments