libjigle-Getting Startdが遭遇した問題の記録

991 ワード

これは公式サイトの住所です。
http://code.google.com/p/libjingle/wiki/GettingStarted
depot tools紹介:
https://sites.google.com/a/chromium.org/dev/developers/how-tos/depottools
xxxx@xxxxxx:~/libjigle$ gclient confighttp://libjingle.googlecode.com/svn/trunk/ Running depot tools as root is sad.
その理由はdepot tools/udate_depot_tools
if [ "$USER" == "root" ];
then
  echo Running depot tools as root is sad.
  exit
fi
ここはrootが使えません。テストしました。 屏蔽内容しましたが、反応がないので、xxxxからアカウントを切り替えるしかないです。
xxxx@xxxxxx:~/libjiggclient config http://libjingle.googlecode.com/svn/trunk/
depot_tools udate failed.Conflit in/opt/depot_tools Canot rebase:You have unstaged changes.
Please comit or stash them.
理由はあなたが変えました。depot toolsというフォルダの下のファイルは解決方法がここにあります。
cd depot tools/
git chocout*
cd-
gclient config http://libjingle.googlecode.com/svn/trunk/
いいです
Gralk及びlibjigle教材
https://developers.google.com/talk/libjingle/login?hl=zh-CN