Created
August 4, 2014 08:33
-
-
Save ETBlue/aaeae71b038e8bf80aae to your computer and use it in GitHub Desktop.
error msg while running hackfoldr-2.0 deploy.bat on windows 7 64
This file contains 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
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org [master]> .\deploy.bat | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>for %X in (git.exe) do (set FOU | |
ND=%~$PATH:X ) | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>(set FOUND=C:\Users\ETBlue\AppD | |
ata\Local\GitHub\PortableGit_054f2e797ebafd44a30203088cd3d58663c627ef\cmd\git.ex | |
e ) | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>if not defined FOUND goto NOGIT | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>git checkout gh-pages | |
Switched to branch 'gh-pages' | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>git checkout master | |
Switched to branch 'master' | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>. -o . --pretty | |
'.' is not recognized as an internal or external command, | |
operable program or batch file. | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>git add . | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>git commit -m 'deploy' | |
# On branch master | |
nothing to commit, working directory clean | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>git push | |
Everything up-to-date | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>git checkout master | |
Already on 'master' | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org>exit 0 | |
C:\Users\ETBlue\Documents\GitHub\maker.moztw.org [master]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment