forked from hackforla/website
-
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.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 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 |
---|---|---|
|
@@ -59,9 +59,9 @@ <h3>Frequently Asked Questions</h3> | |
<p>You might encounter a challenge using the Git CLI after enabling 2-Factor Authentication if you have not used the ssh link for the repo URL.</p><br> | ||
|
||
<p class="indent">If you clone via the ssh URL for a repo, e.g.</p> | ||
<p class="indent"><mark class="highlight">[email protected]:hackforla/governance.git</mark></p> | ||
<p class="indent"><mark class="highlight"><code>[email protected]:hackforla/governance.git</code></mark></p> | ||
<p class="indent">instead of the <mark class="highlight">https</mark> URL, e.g.</p> | ||
<p class="indent"><mark class="highlight">https://github.com/hackforla/governance.git</mark></p> | ||
<p class="indent"><mark class="highlight"><code>https://github.com/hackforla/governance.git</code></mark></p> | ||
<p class="indent">then you probably won't run into any issues after enabling 2FA, as you already use an SSH key.</p><br> | ||
|
||
<p>Read more about <a href="https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh" target="blank">connecting to GitHub with SSH.</a></p> | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
} | ||
|
||
#myCanvas { | ||
display: none; | ||
justify-content: center; | ||
text-align: center; | ||
// width: 100%; | ||
|