Skip to content

Commit b9894b0

Browse files
authored
repo sync
2 parents 68cc84a + 2a80dd1 commit b9894b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ assignees: octocat
2828
```
2929
{% note %}
3030

31-
**Note:** You must put YAML-reserved characters such as `:` in quotes. For example, `":bug: Bug"`.
31+
**Note:** If a front matter value includes a YAML-reserved character such as `:` , you must put the whole value in quotes. For example, `":bug: Bug"` or `":new: triage needed, :bug: bug"`.
3232

3333
{% endnote %}
3434

content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ When prompted for a username and password, make sure you use an account that has
7272
7373
{% tip %}
7474
75-
**Tip**: If you don't want to enter your credentials every time you interact with the remote repository, you can turn on [credential caching](/github/using-git/caching-your-github-credentials-in-git).
75+
**Tip**: If you don't want to enter your credentials every time you interact with the remote repository, you can turn on [credential caching](/github/using-git/caching-your-github-credentials-in-git). If you are already using credential caching, please make sure that your computer has the correct credentials cached. Incorrect or out of date credentials will cause authentication to fail.
7676
7777
{% endtip %}
7878

0 commit comments

Comments
 (0)