导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页

    搭建开发环境,出现问了了,总是报fatal: cannot obtain manifest https://sdk.aw-ol.com/git_repo/V853Tina_Open/manifest.git

    V Series
    8
    17
    1904
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • A
      aaa0557li LV 3 最后由 编辑

      14b49740-ed3f-4266-b0b8-093cb5a3b567-1732008195013.png

      1 条回复 最后回复 回复 引用 分享 2
      • A
        aaa0557li LV 3 最后由 编辑

        有人遇到类似的问题吗

        W 1 条回复 最后回复 回复 引用 分享 0
        • C
          chenbo LV 2 最后由 编辑

          我要下载D1的SDK, 也出现一样的问题。
          repo init -u https://sdk.aw-ol.com/git_repo/D1_Tina_Open/manifest.git -b master -m tina-d1-h.xml
          repo命令本身正确,也设置国内代理,级别也到了V2. 不知什么原因

          W 1 条回复 最后回复 回复 引用 分享 0
          • L
            lozenyin LV 3 最后由 编辑

            我也遇到这样的问题,蹲一个
            1ca88d70-f1c9-4ed0-916c-69014934a009-image.png

            q1215200171 L 2 条回复 最后回复 回复 引用 分享 0
            • q1215200171
              budbool LV 9 @lozenyin 最后由 编辑

              此回复已被删除!
              L 1 条回复 最后回复 回复 引用 分享 0
              • L
                lozenyin LV 3 @lozenyin 最后由 编辑

                我是在docker容器里面搭建的

                1 条回复 最后回复 回复 引用 分享 0
                • L
                  lozenyin LV 3 @q1215200171 最后由 编辑

                  @q1215200171 在 搭建开发环境,出现问了了,总是报fatal: cannot obtain manifest https://sdk.aw-ol.com/git_repo/V853Tina_Open/manifest.git 中说:

                  @lozenyin @chenbo @aaa0557li

                  由于主线repo更新暂未适配,需要换用定制repo下载
                  https://open.allwinnertech.com/guide/yht2/chan_pin_bao_xia_zai/zi_yuan_ku/23001_an_zhuang_repo_yin_dao_jiao_ben.html

                  看链接说明,使用tina 5.0开发还需要企业认证申请才能使用定制repo下载SDK?

                  1 条回复 最后回复 回复 引用 分享 0
                  • A
                    awwwwa LV 8 最后由 编辑

                    1. 执行命令设置全局保存密码
                    git config --global credential.helper store
                    
                    1. 执行命令输入密码
                    git clone https://sdk.aw-ol.com/git_repo/V853Tina_Open/manifest.git
                    
                    1. 使用repo拉取sdk
                    repo init -u https://sdk.aw-ol.com/git_repo/V853Tina_Open/manifest.git -b master -m tina-v853-open.xml
                    

                    由于repo更新,目前不支持通过repo输入密码,请先使用git命令输入保存密码

                    C A 4 条回复 最后回复 回复 引用 分享 4
                    • C
                      chenbo LV 2 @awwwwa 最后由 编辑

                      @awwwwa 谢谢。用这个方法可以同步了。

                      1 条回复 最后回复 回复 引用 分享 1
                      • A
                        aaa0557li LV 3 @awwwwa 最后由 编辑

                        此回复已被删除!
                        1 条回复 最后回复 回复 引用 分享 0
                        • A
                          aaa0557li LV 3 @awwwwa 最后由 q1215200171 编辑

                          @awwwwa Downloading Repo source from https://mirrors.bfsu.edu.cn/git/git-repo
                          remote: Enumerating objects: 8994, done.
                          remote: Counting objects: 100% (5211/5211), done.
                          remote: Compressing objects: 100% (2599/2599), done.
                          remote: Total 8994 (delta 5003), reused 2612 (delta 2612), pack-reused 3783
                          Receiving objects: 100% (8994/8994), 3.05 MiB | 15.88 MiB/s, done.
                          Resolving deltas: 100% (6246/6246), done.
                          repo: Updating release signing keys to keyset ver 2.3
                          
                          Traceback (most recent call last):
                            File "/home/allwinner/tina-v853-open/.repo/repo/main.py", line 874, in <module>
                              _Main(sys.argv[1:])
                            File "/home/allwinner/tina-v853-open/.repo/repo/main.py", line 850, in _Main
                              result = repo._Run(name, gopts, argv) or 0
                            File "/home/allwinner/tina-v853-open/.repo/repo/main.py", line 294, in _Run
                              result = run()
                            File "/home/allwinner/tina-v853-open/.repo/repo/main.py", line 275, in <lambda>
                              lambda: self._RunLong(name, gopts, argv, git_trace2_event_log) or 0
                            File "/home/allwinner/tina-v853-open/.repo/repo/main.py", line 442, in _RunLong
                              execute_command()
                            File "/home/allwinner/tina-v853-open/.repo/repo/main.py", line 408, in execute_command
                              execute_command_helper()
                            File "/home/allwinner/tina-v853-open/.repo/repo/main.py", line 374, in execute_command_helper
                              result = cmd.Execute(copts, cargs)
                            File "/home/allwinner/tina-v853-open/.repo/repo/subcmds/init.py", line 406, in Execute
                              self._ConfigureUser(opt)
                            File "/home/allwinner/tina-v853-open/.repo/repo/subcmds/init.py", line 217, in _ConfigureUser
                              name = self._Prompt("Your Name", mp.UserName)
                            File "/home/allwinner/tina-v853-open/.repo/repo/project.py", line 779, in UserName
                              self._LoadUserIdentity()
                            File "/home/allwinner/tina-v853-open/.repo/repo/project.py", line 792, in _LoadUserIdentity
                              u = self.bare_git.var("GIT_COMMITTER_IDENT")
                            File "/home/allwinner/tina-v853-open/.repo/repo/project.py", line 3842, in runner
                              p.Wait()
                            File "/home/allwinner/tina-v853-open/.repo/repo/git_command.py", line 556, in Wait
                              self.VerifyCommand()
                            File "/home/allwinner/tina-v853-open/.repo/repo/git_command.py", line 546, in VerifyCommand
                              raise GitCommandError(
                          git_command.GitCommandError: GitCommandError: 'var GIT_COMMITTER_IDENT' on manifests failed
                          stderr: 
                          *** Please tell me who you are.
                          
                          Run
                          
                            git config --global user.email "you@example.com"
                            git config --global user.name "Your Name"
                          
                          to set your account's default identity.
                          Omit --global to set the identity only in this repository.
                          
                          livpo C 2 条回复 最后回复 回复 引用 分享 0
                          • A
                            aaa0557li LV 3 @awwwwa 最后由 编辑

                            @awwwwa 我确实我是设置过GIT名称的,但是还是提示我没设置

                            1 条回复 最后回复 回复 引用 分享 1
                            • livpo
                              livpo LV 6 @aaa0557li 最后由 编辑

                              @aaa0557li 在 搭建开发环境,出现问了了,总是报fatal: cannot obtain manifest https://sdk.aw-ol.com/git_repo/V853Tina_Open/manifest.git 中说:

                              git config --global user.email "you@example.com"
                              git config --global user.name "Your Name"

                              1 条回复 最后回复 回复 引用 分享 1
                              • W
                                w18098861695 LV 2 @chenbo 最后由 编辑

                                @chenbo 同样问题

                                1 条回复 最后回复 回复 引用 分享 0
                                • W
                                  w18098861695 LV 2 @aaa0557li 最后由 编辑

                                  @aaa0557li 遇到了,解决了吗您

                                  1 条回复 最后回复 回复 引用 分享 1
                                  • W
                                    w18098861695 LV 2 最后由 编辑

                                    怎么解决呢,我也遇到这个问题了

                                    1 条回复 最后回复 回复 引用 分享 0
                                    • C
                                      chizhou LV 2 @aaa0557li 最后由 编辑

                                      @aaa0557li 有这个提示时,输入在全志的邮箱跟账号后,再输入一边repo init -u https://sdk.aw-ol.com/git_repo/V853Tina_Open/manifest.git -b master -m tina-v853-open.xml。最后就是
                                      repo has been initialized in /home/allwinner/tina-v853-open

                                      1 条回复 最后回复 回复 引用 分享 0
                                      • 1 / 1
                                      • First post
                                        Last post

                                      Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号

                                      行为准则 | 用户协议 | 隐私权政策