Closed yangchenyun closed 4 years ago
The git config --get has the proper URL for a remote:
git config --get
git config --get remote.origin.url git@github.com:grpc/grpc-web.git
But when invoked the gitlink command in emacs, it writes the error message: Remote ‘origin’ not found
gitlink
Remote ‘origin’ not found
Tried with 0.7.4. Working.
git-link
Closing to due to the inability for me to reproduce and lack of info. Feel free to reopen if you have more information.
The
git config --get
has the proper URL for a remote:But when invoked the
gitlink
command in emacs, it writes the error message:Remote ‘origin’ not found