dgtized / github-clone.el

Fork and clone Github projects from Emacs
58 stars 14 forks source link

Fatal: Too many arguments #29

Open nyambol opened 2 years ago

nyambol commented 2 years ago

Backtrace: Debugger entered--Lisp error: (error "Failed to clone repo \"git@github.com:nyambol/jhu-datascience.git\" to directory \"g:/My Drive/src/jhu-datascience\"') signal(error ("Failed to clone repo \"git@github.com:nyambol/jhu-datascience.git\" to directory \"g:/My Drive/src/jhu-datascience\"")) error("Failed to clone repo \"%s\" to directory \"%s\"" "git@github.com:nyambol/jhu-datascience.git" "g:/My Drive/src/jhu-datascience") github-clone-repo(#<gh-repos-repo gh-repos-repo-73258a864c> "g:/My Drive/src/") github-clone("git@github.com:nyambol/jhu-datascience.git" "g:/My Drive/src/") funcall-interactively(github-clone "git@github.com:nyambol/jhu-datascience.git" "g:/My Drive/src/") call-interactively(github-clone nil nil) command-execute(github-clone)

The message from git was fatal: Too many arguments.

GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32) of 2021-08-11 (I built it myself.)