We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following when using hexo deploy --generate
Loading. Generated compeletely. Site gnerated in 0.144s. Setting up. Initialized empty Git repository in ~/Documents/tmp/hexoblog/.deploy/.git/ [master (root-commit) ea9cabd] First commit 0 files changed create mode 100644 placeholder Clearing Copying files from public folder. [master 0965ce6] Site updated: Sat May 25 2013 12:03:22 GMT+0100 (BST) 20 files changed, 2093 insertions(+) create mode 100644 2013/05/25/hello-world/index.html create mode 100644 archives/2013/05/index.html create mode 100644 archives/2013/index.html create mode 100644 archives/index.html create mode 100644 css/font/fontawesome-webfont.eot create mode 100644 css/font/fontawesome-webfont.svg create mode 100644 css/font/fontawesome-webfont.ttf create mode 100644 css/font/fontawesome-webfont.woff create mode 100644 css/style.css create mode 100644 fancybox/blank.gif create mode 100644 fancybox/fancybox_loading.gif create mode 100644 fancybox/fancybox_overlay.png create mode 100644 fancybox/fancybox_sprite.png create mode 100644 fancybox/jquery.fancybox.css create mode 100644 fancybox/jquery.fancybox.pack.js create mode 100644 index.html create mode 100644 js/gallery.js create mode 100644 js/jquery.imagesloaded.min.js create mode 100644 js/moment.min.js create mode 100644 js/twitter.js delete mode 100644 placeholder Username for 'https://github.com': rogerthealien Password for 'https://rogerthealien@github.com': fatal: https://github.com/rogerthealien/rogerthealien.github.io git/info/refs not found: did you run git update-server-info on the server?
The text was updated successfully, but these errors were encountered:
It works if I edit .deploy/.git/config and change the github remote url from: https://github.com/rogerthealien/rogerthealien.github.io git to: https://github.com/rogerthealien/rogerthealien.github.io
Sorry, something went wrong.
No branches or pull requests
I get the following when using hexo deploy --generate
Loading.
Generated compeletely.
Site gnerated in 0.144s.
Setting up.
Initialized empty Git repository in ~/Documents/tmp/hexoblog/.deploy/.git/
[master (root-commit) ea9cabd] First commit
0 files changed
create mode 100644 placeholder
Clearing
Copying files from public folder.
[master 0965ce6] Site updated: Sat May 25 2013 12:03:22 GMT+0100 (BST)
20 files changed, 2093 insertions(+)
create mode 100644 2013/05/25/hello-world/index.html
create mode 100644 archives/2013/05/index.html
create mode 100644 archives/2013/index.html
create mode 100644 archives/index.html
create mode 100644 css/font/fontawesome-webfont.eot
create mode 100644 css/font/fontawesome-webfont.svg
create mode 100644 css/font/fontawesome-webfont.ttf
create mode 100644 css/font/fontawesome-webfont.woff
create mode 100644 css/style.css
create mode 100644 fancybox/blank.gif
create mode 100644 fancybox/fancybox_loading.gif
create mode 100644 fancybox/fancybox_overlay.png
create mode 100644 fancybox/fancybox_sprite.png
create mode 100644 fancybox/jquery.fancybox.css
create mode 100644 fancybox/jquery.fancybox.pack.js
create mode 100644 index.html
create mode 100644 js/gallery.js
create mode 100644 js/jquery.imagesloaded.min.js
create mode 100644 js/moment.min.js
create mode 100644 js/twitter.js
delete mode 100644 placeholder
Username for 'https://github.com': rogerthealien
Password for 'https://rogerthealien@github.com':
fatal: https://github.com/rogerthealien/rogerthealien.github.io git/info/refs not found: did you run git update-server-info on the server?
The text was updated successfully, but these errors were encountered: