当前位置:   article > 正文

gitblit git pycharm 新建版本库及push备忘

gitblit git pycharm 新建版本库及push备忘

在终端l中输入ssh,如果有消息弹出说明安装成功。

// 在任意路径打开GIT BASH,执行以下命令,期间所有询问可以直接Enter跳过

ssh-keygen -t rsa -C "注册Gitlab的邮箱"  “”之内可以任何文字,备注提示作用。

设置用户名和邮箱

已经设置的可以检查一下。

  1. #设置用户名为Thenema
  2. git config --global user.name "zhangsan"
  3. #查看当前用户名
  4. git config --global user.name
  5. #设置邮箱没Thenema@qq.com
  6. git config --global user.email "zhangsan@qq.com"
  7. #查看当前邮箱
  8. git config --global user.email

第一个错误:

no matching host key type found. Their offer: ssh-rsa,ssh-dss fatal: Could not read from remote repository.  Please make sure you have the correct access rights and the repository exists.

修改ssh_config,以记事本打开修改另存。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/喵喵爱编程/article/detail/744729
推荐阅读
相关标签
  

闽ICP备14008679号