1. How to get code

1.0 sign-in gerrit (only for the very first time)

    §  ssh-keygen -t rsa

1.1 Nexus 7

  • repo init -u ssh://<your_ldap_id>@216.224.176.142:29418/gmpoc/manifest -m gmpoc.xml
  • repo sync
  • source build/envsetup.sh
  • lunch gm_grouper-userdebug or lunch 8
  • make -j4

1.2 TI

2.Modify git config and commit code

Modify the user.name of git.

Command: git config --global user.name <your_ldap_account>

replace the red part with your ldap account.

Before doing code commit checkout a branch for gmpoc/gmpoc_maindev

Command: git checkout -b <your_local_branch> gmpoc/gmpoc_maindev

Push command: git push gmpoc <your_local_branch>:refs/for/gmpoc_maindev

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-12-10
  • 2021-12-06
  • 2021-11-19
  • 2021-11-07
  • 2021-10-08
猜你喜欢
  • 2021-07-27
  • 2021-12-10
  • 2022-12-23
  • 2021-04-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
相关资源
相似解决方案