Skip to content

Instantly share code, notes, and snippets.

@arafathusayn
Created February 8, 2018 08:32
Show Gist options
  • Save arafathusayn/27d4808af687654bc926aef028cf608a to your computer and use it in GitHub Desktop.
Save arafathusayn/27d4808af687654bc926aef028cf608a to your computer and use it in GitHub Desktop.
Fix VS Code git push issue on Windows OS with a double-click
@echo on
cd /d %~dp0
start-ssh-agent /k "code ."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment