forked from robolaunch/isaacsim_launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete the github config suggetion
- Loading branch information
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,7 @@ This package tested under ROS2 Humble. Also, IsaacSim version is 4.1 and IsaacLa | |
sudo apt-get update | ||
sudo apt install git | ||
``` | ||
**Note** : Set up your configuration before creating a workspace according to [Stackoverflow](https://stackoverflow.com/questions/68775869/message-support-for-password-authentication-was-removed-please-use-a-personal). Also, GCM ensures that you do not constantly write the token for your GitHub account. | ||
``` | ||
git config --global credential.helper store | ||
echo "https://username:[email protected]" >> ~/.git-credentials | ||
usarname: github_username | ||
token: xxx_xxxx | ||
``` | ||
|
||
### Pre-install Workspace | ||
Clone Repository | ||
``` | ||
|