Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
repo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YongjieWang
repo
Commits
601a45f9
Commit
601a45f9
authored
Jul 06, 2017
by
Baodong Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README.md
parent
15fb4210
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
601a45f9
...
...
@@ -41,21 +41,21 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
###### Windows Command Shell ######
md %USERPROFILE%\bin
curl http
s://raw.githubusercontent.com/esrlabs/git-repo/stable
/repo > %USERPROFILE%/bin/repo
curl http
s://raw.githubusercontent.com/esrlabs/git-repo/stable
/repo.cmd > %USERPROFILE%/bin/repo.cmd
curl http
://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs
/repo > %USERPROFILE%/bin/repo
curl http
://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs
/repo.cmd > %USERPROFILE%/bin/repo.cmd
###### Windows PowerShell ######
md $env:USERPROFILE\bin
curl http
s://raw.githubusercontent.com/esrlabs/git-repo/stable
/repo > $env:USERPROFILE/bin/repo
curl http
s://raw.githubusercontent.com/esrlabs/git-repo/stable
/repo.cmd > $env:USERPROFILE/bin/repo.cmd
curl http
://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs
/repo > $env:USERPROFILE/bin/repo
curl http
://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs
/repo.cmd > $env:USERPROFILE/bin/repo.cmd
###### Git Bash ######
mkdir ~/bin
curl http
s://raw.githubusercontent.com/esrlabs/git-repo/stable
/repo > ~/bin/repo
curl http
s://raw.githubusercontent.com/esrlabs/git-repo/stable
/repo.cmd > ~/bin/repo.cmd
curl http
://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs
/repo > ~/bin/repo
curl http
://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs
/repo.cmd > ~/bin/repo.cmd
*
Add Repo to your path environment variable: %USERPROFILE%
\b
in;
*
Create a HOME environment variable that points to %USERPROFILE% (necessary for OpenSSH to find its .ssh directory).
...
...
@@ -73,7 +73,7 @@ The editrights tools is provided as part of git-repo for Microsoft Windows.
$ mkdir ~/bin
$ PATH=~/bin:$PATH
$ curl http
s://raw.githubusercontent.com/esrlabs/git-repo/stable
/repo > ~/bin/repo
$ curl http
://192.168.2.34/gitlab/hd/repo/raw/stable-esrlabs
/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment