We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ecef7 commit 5f03a48Copy full SHA for 5f03a48
tests/ipcMain/createWorkspace.test.ts
@@ -818,7 +818,8 @@ exit 1
818
819
try {
820
// Set up a real origin remote in the test repo
821
- const originUrl = "https://github.com/example/test-repo.git";
+ // Use example.com to avoid global git config URL rewrites (e.g. https://github.com -> git@github.com)
822
+ const originUrl = "https://example.com/example/test-repo.git";
823
await execAsync(`git remote add origin ${originUrl}`, {
824
cwd: tempGitRepo,
825
});
0 commit comments