Skip to content

Commit

Permalink
docs(ja):Do not translate error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Mar 23, 2024
1 parent 1539f4c commit 4c54206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ja/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Node.jsはノンブロッキングI/Oを持っていますが、システムに
$ ulimit -n 10000
```

**エラー:制限を変更できません**
**Error: cannot modify limit**

次のエラーに遭遇した場合:

Expand Down Expand Up @@ -96,7 +96,7 @@ fatal: 'username.github.io' does not appear to be a git repository

コンピュータ上で[gitを適切に設定](https://help.github.com/articles/set-up-git)していることを確認するか、HTTPSリポジトリURLを代わりに使用してみてください。

### エラー:ENOENT:そのようなファイルやディレクトリはありません
### Error: ENOENT: no such file or directory

`Error: ENOENT: no such file or directory`のようなエラーが発生した場合、タグ、カテゴリー、またはファイル名で大文字と小文字を混在させている可能性があります。Gitはこの変更を自動的にマージできないため、自動ブランチングが中断されます。

Expand Down

0 comments on commit 4c54206

Please sign in to comment.