-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
57 additions
and
23 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
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
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
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
|
||
# Common problems | ||
## Troubleshooting | ||
|
||
## Cannot fetch RFM | ||
- Ask [email protected] for access to RFM (privately hosted) | ||
#### Trouble 1. Cannot fetch `RFM` | ||
- Ask [email protected] for access to `RFM` (privately hosted) | ||
- Give **full access** to your Github access token (classic) | ||
- Set environment variable `GH_ACCOUNT` to your Github username | ||
- Set environment variable `GH_TOKEN` to your Github access token (classic) | ||
- Source your `.bashrc` or `.zshrc` file | ||
|
||
## Cannot fetch RFM in Github actions | ||
#### Trouble 2. Cannot fetch `RFM` in Github actions | ||
- Set Github action secrets | ||
1. Go your repo -> `settings` -> `Secrets and variables` -> `Actions`. | ||
1. Set a `New repository secret` with name `ACCESS_TOKEN`. | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
## Quick tips | ||
## Quick Git Tips | ||
- undo a "git add" | ||
``` | ||
git reset <file> | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,16 @@ | ||
User Guide of the Canoe Model | ||
============================= | ||
|
||
#.. doxygenindex:: | ||
The following articles step sets the basics of properly using the ``Canoe`` repo. | ||
|
||
Contents | ||
-------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
Article 1: Workflow <README-workflow> | ||
Article 2: git-send and git-done <README-custom-command> | ||
Article 3: How to give names <README-naming> | ||
Article 4: Git Tips <README-tips> | ||
Article N: Troubleshooting <README-problems> |