go lang go get -v -u github.com/gorilla/securecookie 出现
There is no tracking information for the current branch.
Please specify which branch you want to merge with. 时 ,问题解决方法
fox.风

# cd /Volumes/work/go/blog-go/src/github.com/gorilla/securecookie; git pull --ff-only
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.git pull <remote> <branch>If you wish to set tracking information for this branch you can do so with:git branch --set-upstream-to=origin/<branch> masterpackage github.com/gorilla/securecookie: exit status 1

原因:没有指出导出哪个分支
解决方法: 加入`-x

go get -v -u -x github.com/gorilla/securecookie

-x:在没有匹配到分支时,自动签出 master分支

go lang go get There is no tracking information for the current branch.Please specify which相关推荐

  1. git pull出现There is no tracking information for the current branch

    使用git pull 或者 git push 的时候报错 gitThere is no tracking information for the current branch. Please spec ...

  2. There is no tracking information for the current branch

    如何处理clone github仓库时遇到的这个错误信息? There is no tracking information for the current branch. Please specif ...

  3. Git之提示There is no tracking information for the current branch.

    1 问题 我项目比如是0.2分支,我需要修改项目的git地址,然后再pull新的代码 1)修改github地址(读者可以忽略) 1.git remote 查看所有远程仓库 2.git remote r ...

  4. 使用 git pull 拉代码时提示:There is no tracking information for the current branch.

    问题描述:使用 git pull 拉代码时提示:. $ git pull There is no tracking information for the current branch. Please ...

  5. git遇到的问题 .Git: There is no tracking information for the current branch.

    码云的基本操作 Git是目前世界上最先进的分布式版本控制系统.(http://www.cnblogs.com/tugenhua0707/p/4050072.html)具体可以看这个 1.Git: Th ...

  6. git pull 下拉代码报错 There is no tracking information for the current branch. Please specify which branc

    git pull 下拉代码报错 There is no tracking information for the current branch. Please specify which branch ...

  7. 解决问题:There is no tracking information for the current branch

    目录 一.问题 二.解决方法 方法一 方法二 方法三 一.问题 执行 git pull 遇到如下报错提示: There is no tracking information for the curre ...

  8. 多种方法解决There is no tracking information for the current branch的错误

    文章目录 1. 复现错误 2. 分析错误 3. 解决错误 3.1 远程有分支 3.2 远程无分支 4. 总结 1. 复现错误 今天发布某版本的项目,准备创建个v0point1分支,后期如果修改该版本, ...

  9. 解决 Git: There is no tracking information for the current branch.的问题

    在执行git pull的时候,提示当前branch没有跟踪信息: 解决方案一 指定远程master git pull origin master 解决方案二 先指定本地master到远程的master ...

  10. git pull 时出现:There is no tracking information for the current branch. Please specify which branch...

    因为本地分支和远程分支没有建立联系 (使用git branch -vv 可以查看本地分支和远程分支的关联关系) 根据命令行提示只需要执行以下命令即可: git branch --set-upstrea ...

最新文章

  1. Uncaught TypeError: Cannot read property 'setAttribute' of null
  2. AS下配置OpenCV环境
  3. PHP对Excel导入导出操作
  4. Vista Media Center 开发之深入浅出 (二) --Vista Media Center 程序的新建及部署
  5. jquery radiobutton使用
  6. 算法(12)-leetcode-explore-learn-数据结构-双链表的设计
  7. C++ STL list添加(插入)元素方法详解
  8. Android基础常用日期操作工具类
  9. dalsa相机设置编码器外触发_Modicon M262 编码器接口功能介绍
  10. java安装了怎么打开_怎么安装打开java
  11. QQ浏览器该站点长时间无响应_消除CNZZ.站长统计代码被Chrome浏览器警告的操作...
  12. 关于图片或者文件在数据库的存储方式归纳
  13. 数字转换为汉语中人民币的大写
  14. html5 meta keywords,HTML中meta标签及Keywords介绍
  15. 什么是面形误差PVr?【光学测量、光学设计必看】
  16. 微软编程规范(文档)
  17. 计算机应用技术题,计算机应用技术复习题.doc
  18. POJ 1463 入门树dp Strategic game
  19. FPGA—多路选择器(简单逻辑组合电路)
  20. 技嘉1080显卡体质测试软件,技嘉GTX 1080 Xtreme Gaming双卡SLI性能深度评测+拆解

热门文章

  1. Combinations leetcode 组合问题
  2. IIS 7.5学习笔记(二)IIS简史:从IIS 1.0到IIS 7.5
  3. python dict下标_牛鹭学院:必须掌握的Python数据结构知识
  4. 拓端tecdat|R语言如何解决线性混合模型中畸形拟合(Singular fit)的问题
  5. 拓端tecdat|python聚类算法的应用实例
  6. 2021年3月计算机语言排名,2021年3月编程语言排行榜:TOIBE将迎来重大改变,SQL如愿挤进前十...
  7. 抖音创作规范_实体店如何借势抖音为门店获客?
  8. 操作系统 第二部分 进程管理(四)
  9. log4j打印不出日志_日志框架详细解读
  10. vb连接mysql未发现_vb连接mysql(错误代码)