Top/article/rosinstall-git-default-remote
English | Japanese
English | Japanese

Menu

  • Top
  • Akihiko Yamaguchi 山口 明彦
  • Project プロジェクト
  • Text テキスト
  • Recent articles 最近の記事
  • Articles 記事一覧 (a to z)
  • Search 検索

Tags タグ †

  • [c++][bash][python][latex][php]
  • [linux][windows][mac][android]
  • [math][algorithm][idea][trick]
  • [liboctave][opencv][git][ros]
  • [setting][bug][general]
↑

Recent articles 最近の記事 †

2019-07-02
  • article/Display-Unix-Time
  • article/Synchronize-Linux-Time-to-Remote
2018-09-27
  • article/python-multimode-singleton
2018-09-02
  • article/rosinstall-git-default-remote
2017-07-28
  • article/SubMenu
2017-03-05
  • article/Import-a-different-version-of-OpenCV-in-Python
2015-08-17
  • article/DRC-finals-2015
2015-01-05
  • article/Upgrade-Android-to-Lollipop
2015-01-01
  • article/Kernel-panic-of-Linux-when-using-Xtion
  • article/Do-not-skip-freeing-data-when-using-tri-mesh-in-ODE
Access: 1/1673 - Admin

rosinstall Git default remote

rosinstall Git default remote

[ros]
2018-09-02

Fixing the warning of rosinstall: WARNING [vcstools] vcstools only handles branches tracking default remote, branch 'master' tracks remote 'None'.

rosinstall の警告に対処する方法について: WARNING [vcstools] vcstools only handles branches tracking default remote, branch 'master' tracks remote 'None'.

When running rosws update of rosinstall, there may be a warning:

WARNING [vcstools] vcstools only handles branches tracking default remote, branch 'master' tracks remote 'None'.

The issue is that the local master branch does not track the github master branch as an upstream. For fixing this issue, go to the package directory, and run:

$ git branch --set-upstream-to=origin/master master

Reference:

  • There is no tracking information for the current branch

rosinstall ツールの rosws update を実行したときに,以下の警告が出ることがある:

WARNING [vcstools] vcstools only handles branches tracking default remote, branch 'master' tracks remote 'None'.

この警告はローカルのmasterブランチがgithubのmasterブランチをトラックしていないことに起因する. この問題を解決するには,パッケージのディレクトリに移動し,以下を実行する:

$ git branch --set-upstream-to=origin/master master

参考:

  • There is no tracking information for the current branch





Last-modified:2018-09-02 (Sun) 23:33:53 (1662d)
Site admin: Akihiko Yamaguchi.
Written by: Akihiko Yamaguchi.
System: PukiWiki 1.5.0. PHP 5.2.17. HTML conversion time: 0.011 sec.