Lines Matching full:git

109           "* Git tool install step.\n"
110 "* If your system is linux, you can use command below to install git.\n"
111 "* $ sudo yum install git\n"
112 "* $ sudo apt-get install git\n"
113 "* If your system is windows, you should download git software(msysGit).\n"
114 "* Download path: http://git-scm.com/download/win\n"
115 "* After you install it, be sure to add the git command execution PATH \n"
117 "* Usually, git command PATH is $YOUR_INSTALL_DIR\\Git\\bin\n"
118 "* If your system is OSX, please download git and install it.\n"
119 "* Download path: http://git-scm.com/download/mac\n"
139 …ret = os.system('git clone https://github.com/RT-Thread/packages.git %s' % os.path.join(env_dir, '…
144 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\".\n"
145 … "* This error may have been caused by not found a git tool or network error.\n"
146 "* If the git tool is not installed, install the git tool first.\n"
147 … "* If the git utility is installed, check whether the git command is added to \n"
159 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\". \n"
160 "* This error may have been caused by not found a git tool or git tool not in \n"
168 …ret = os.system('git clone https://github.com/RT-Thread/env.git %s' % os.path.join(env_dir, 'tools…
173 … "* Run command error for \"git clone https://github.com/RT-Thread/env.git\".\n"
174 … "* This error may have been caused by not found a git tool or network error.\n"
175 "* If the git tool is not installed, install the git tool first.\n"
176 "* If the git utility is installed, check whether the git command is added \n"
184 "* Run command error for \"git clone https://github.com/RT-Thread/env.git\". \n"
185 "* This error may have been caused by not found a git tool or git tool not in \n"