github-clone.el icon indicating copy to clipboard operation
github-clone.el copied to clipboard

Fatal: Too many arguments

Open nyambol opened this issue 4 years ago • 0 comments

Backtrace: Debugger entered--Lisp error: (error "Failed to clone repo \"[email protected]:nyambol/jhu-datascience.git\" to directory \"g:/My Drive/src/jhu-datascience\"') signal(error ("Failed to clone repo \"[email protected]:nyambol/jhu-datascience.git\" to directory \"g:/My Drive/src/jhu-datascience\"")) error("Failed to clone repo \"%s\" to directory \"%s\"" "[email protected]: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("[email protected]:nyambol/jhu-datascience.git" "g:/My Drive/src/") funcall-interactively(github-clone "[email protected]: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.)

nyambol avatar Oct 02 '21 01:10 nyambol