Skip to content

Commit

Permalink
Try resetting the local config as well
Browse files Browse the repository at this point in the history
  • Loading branch information
edgrosvenor committed Jan 18, 2025
1 parent b383e8c commit c3ccc64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/kibble/src/Commands/SplitPackagesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ public function handle(): int

$commands = [
['git', 'config', '--global', '--unset', 'http.proxy'],
['git', 'config', '--unset', 'http.proxy'],
['git', 'config', '--global', '--unset', 'https.proxy'],
['git', 'config', '--unset', 'https.proxy'],
['git', 'config', '--unset-all', 'http.https://github.com/.extraheader'],
['git', 'subtree', 'split', '--prefix=packages/'.last(explode('/', $package)), '-b', 'split-branch'],
['git', 'push', $repoUrl, 'split-branch:main', '--force'],
Expand Down

0 comments on commit c3ccc64

Please sign in to comment.