We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0ccca commit 678e867Copy full SHA for 678e867
README.md
@@ -149,7 +149,9 @@ First create a directory for all of the Swift sources:
149
**Note:** This is important since update-checkout (see below) checks out
150
repositories next to the Swift source directory. This means that if one clones
151
Swift and has other unrelated repositories, update-checkout may not clone those
152
-repositories and will update them instead.
+repositories and will update them instead. Be aware that `update-checkout`
153
+currently does not support paths with non-ASCII characters. If such characters
154
+are present in the path to `swift-source`, `update-checkout` will fail.
155
156
**Via HTTPS** For those checking out sources as read-only, HTTPS works best:
157
0 commit comments