Skip to content

Commit 573e2ba

Browse files
committed
fix: remove unnecessary repo level config
1 parent ea72560 commit 573e2ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

git.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ func (g *GitClient) Init(branch string) error {
7979
if err := g.command("git", "config", "user.email", "concourse@local").Run(); err != nil {
8080
return fmt.Errorf("failed to configure git email: %s", err)
8181
}
82-
if err := g.command("git", "config", "url.https://x-oauth-basic@github.com/.insteadOf", "git@github.com:").Run(); err != nil {
83-
return fmt.Errorf("failed to configure github url: %s", err)
84-
}
8582
return nil
8683
}
8784

0 commit comments

Comments
 (0)