zoukankan      html  css  js  c++  java
  • git push 时的一个问题

    我用的是eclipse 的git 插件管理代码,不知道是换过登录地点还是改过绑定的邮箱密码,最近提交会报如下错误:

    eclipe 中 push操作如下:

    Can't connect to any repository: https://github.com/galen17/example1200.git (https://github.com/galen17/example1200.git: git-receive-pack not permitted on 'https://github.com/galen17/example1200.git/')

    用git命令行push,如下:

    remote: You must verify your email address. remote: See https://github.com/settings/emails. fatal: unable to access 'https://github.com/galen17/example1200.git/': The requested URL returned error: 403

    通过查看git命令行的提示,是需要到See https://github.com/settings/emails中验证一下邮箱,然后我登录github 到https://github.com/settings/emails页面,确实显示需要验证。

    就是页面有个提示发送验证,然后登录到自己邮箱验证一下。

    下图是验证好后的,这样问题就解决了。

  • 相关阅读:
    LRu Cache算法原理
    c# 哈希表
    c# 获取二维数组的行数和列数
    Linq
    DataTable使用
    Wpf学习
    数据库配置
    js 数字保留两位小树
    平面数据转换为树形结构
    mysql操作
  • 原文地址:https://www.cnblogs.com/daguozb/p/11582861.html
Copyright © 2011-2022 走看看