$ git clone https://github.com/kobake/filydoc.git --recursive
...
fatal: protocol error: bad line length character: # /U
Clone of 'git@github.com:kobake/filydoc-core.git' into submodule path 'public_html/filydoc-core' failed
と出た。
.ssh/config
Host *
- PermitLocalCommand yes
- LocalCommand echo \# ~/.ssh/memo/%h; test -r $_ && more $_ && echo
+ #PermitLocalCommand yes
+ #LocalCommand echo \# ~/.ssh/memo/%h; test -r $_ && more $_ && echo
これで出なくなった。