Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben1s committed Jul 12, 2020
1 parent 9f52850 commit 60cb2e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _guide-pages/2FA.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions _sass/components/guide-pages/2FA.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
}

#myCanvas {
display: none;
justify-content: center;
text-align: center;
// width: 100%;
Expand Down

0 comments on commit 60cb2e5

Please sign in to comment.