問題は次のとおりです。
私がするたびに
$ git pull 'https://github.com/username/reponame.github.io.git'
その後にURLが続きますが、問題はありませんが、問題が発生した場合
git pull origin master 'https://github.com/username/reponame.github.io.git'
その後に、返される URL が続きます
fatal: Invalid refspec 'https://github.com/username/reponame.github.io.git'
これは何を意味し、どのように修正すればよいですか?