You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when executing the install_hugo function:
> blogdown::install_hugo()
error: unknown option `sort=-version:refname'
usage: git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]
or: git tag -d <tagname>...
or: git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]
[<pattern>...]
or: git tag -v <tagname>...
-l, --list list tag names
-n[<n>] print <n> lines of each tag message
-d, --delete delete tags
-v, --verify verify tags
Tag creation options
-a, --annotate annotated tag, needs a message
-m, --message <message>
tag message
-F, --file <file> read message from file
-s, --sign annotated and GPG-signed tag
--cleanup <mode> how to strip spaces and #comments from message
-u, --local-user <key id>
use another key to sign the tag
-f, --force replace the tag if exists
--column[=<style>] show tag list in columns
Tag listing options
--contains <commit> print only tags that contain the commit
--points-at <object> print only tags of the object
Note that I am on OS X Mavericks on this machine which could have a version of git that's too old:
> system("git --version")
git version 1.9.5 (Apple Git-50.3)
The text was updated successfully, but these errors were encountered:
I think you are right: http://discourse.brew.sh/t/brew-update-error/126/3 It seems the issue was fixed a month ago, but perhaps Homebrew needs to be reinstalled. I just updated the install script to try to reinstall Homebrew if brew install hugo fails. Reinstalling Homebrew can take a while (about 1 minute). I don't have an old version of git to test, so it will be great if you can test it (devtools::install_github('rstudio/blogdown')). Thanks!
I think you are right: http://discourse.brew.sh/t/brew-update-error/126/3
It seems the issue was fixed a month ago, but perhaps Homebrew needs to be
reinstalled. I just updated the install script to try to reinstall Homebrew
if brew install hugo fails. Reinstalling Homebrew can take a while (about
1 minute). I don't have an old version of git to test, so it will be great
if you can test it (devtools::install_github('rstudio/blogdown')). Thanks!
I get the following error when executing the
install_hugo
function:Note that I am on OS X Mavericks on this machine which could have a version of git that's too old:
The text was updated successfully, but these errors were encountered: