mhayashi1120 / yagist.el

Yet another Emacs paste mode, this one for Gist.
32 stars 9 forks source link

"Fetch Repository" cannot work #7

Closed goofansu closed 10 years ago

goofansu commented 11 years ago

It clones a gist repository without the gist file.

mhayashi1120 commented 11 years ago

It clones a gist repository without the gist file.

It is working fine for me. This button provides faculty to handle gist as a git repository. Just do git fetch' repository, so you may need git merge' or `git checkout' if your working copy was modified.

Otherwise please give me more concrete problem.

martintrojer commented 10 years ago

Same here.

I press enter on a line in yagist-list buffer. This clones the folder and opens dired in the new folder.

However this folder only contain the .git folder, the files are missing.

mhayashi1120 commented 10 years ago

Hmm, it seems working fine on my environment.

However this folder only contain the .git folder, the files are missing.

After message "Done fetching gist repository." ? Please try M-x revert-buffer in this dired buffer.

martintrojer commented 10 years ago

Indeed, that was it.

Pressing 'g' or M-x revert-buffer solves the problem.