Created
February 8, 2018 08:32
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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