めもめも のーと

ハマったこととか、覚えたこととか

2015-04-01から1ヶ月間の記事一覧

git pushしたら"does not appear to be a git repository" と言われた件

git

Githubにある自分のソースをcloneしてきて、pushしようとしたら"does not appear to be a git repository"というエラーになりました。 $ git push origin master fatal: 'git@github.com/xxx/phpsample.git' does not appear to be a git repository fatal: …

vagrant起動で"Failed to mount folders in Linux guest"のエラーが出た件

Windows7でvagrant環境を作ってあったので久々に起動したら以下のエラーが出たので、その時の対処法をメモしておきます。 Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not available. Please verify that…