随笔分类 - Git
摘要:Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.出现上面的错误是,可能是因为你没有使用ssh或者是bitbucket/github端没有设置对应的公钥,如何生成key具体可以参考:http://blog.aboutc.net/opensuse/37/github-bitbucket-connect-via-ssh-keys大致步骤:ssh-k
阅读全文
摘要:自使用了git后,就彻底喜欢上了,深深体会到了自由的感觉,记录一些简单的笔记和使用心得,仅供留迹,以备后查。。。git clone 命令参数:usage: git clone [options] [--] <repo> [<dir>] -v, --verbose be more verbose -q, --quiet be more quiet --progress force progress reporting -n, --no-checkout don't create a checkout ...
阅读全文