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

Fork and clone Github projects from Emacs

Results 7 github-clone.el issues
Sort by recently updated
recently updated
newest added

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\"...

Mysteriously, I can't use `https://github.com/racer-rust/emacs-racer` or `racer-rust/emacs-racer`. My `*Messages*` buffer just shows: ``` Contacting host: api.github.com:443 github-clone: Repository https://github.com/racer-rust/emacs-racer does not exist Contacting host: api.github.com:443 github-clone: Repository racer-rust/emacs-racer does not...

It looks like this has reached a stable state, consider adding adding a `v1.0.0` tag to release to melpa stable?

When I clone a repo, it would be nice to clone it in a different name. For example, when cloning multiple `.emacs.d` repos, I prefer to add the user's name...

Is there a way this could be refactored slightly to support github enterprise repos? It seems like the only reason it doesn't work now is that it tries to hit...

I don't think that the Git configuration file is the right place to store authentication data. It's git's configuration after all, and not that of an Emacs extension. FWIW, `hub`...

Possibly related to native compilation? ### Reproduction 1. `M-x github-clone` 2. Choose a repo—doesn't seem to matter whether it's in url or username/repo format. 3. Choose a directory. ### Error...