wcandillon / wcandillon/react-native-webgpu
PERMISSION_DENIED: The caller does not have permission
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 70
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 23
Description
When I was pulling the code, I found that I didn't have an internal Google account and couldn't get the private repository in the repository.
Will this affect the correctness of my compilation? Should I get the permission for the private repository? Or should I ignore this problem?
Cloning to '/Users/qinyequan/Documents/GitHub/react-native-webgpu/externals/dawn/third_party/angle/third_party/gles1_conform'...
remote: PERMISSION_DENIED: The caller does not have permission
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "9545485d174d4ee3a6280adfef2116af"
remote:
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "93dfe34ed14b4814b63718157cf1417c"
Fatal error: Unable to access 'https://chrome-internal.googlesource.com/angle/es-cts/': The requested URL returned error: 403
Fatal error: Unable to clone 'https://chrome-internal.googlesource.com/angle/es-cts' to submodule path '/Users/qinyequan/Documents/GitHub/react-native-webgpu/externals/dawn/third_party/angle/third_party/gles1_conform'
Failed to clone 'third_party/gles1_conform'. Retrying as planned
Cloning to '/Users/qinyequan/Documents/GitHub/react-native-webgpu/externals/dawn/third_party/angle/third_party/gles1_conform'...
remote: PERMISSION_DENIED: The caller does not have permission
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "9d31486e1d084e01bb048b1f4a2422f7"
remote:
remote: [type.googleapis.com/google.rpc.RequestInfo]
remote: request_id: "072ffc8681cc44d6a8601b8545c7466f"
Fatal error: Unable to access 'https://chrome-internal.googlesource.com/angle/es-cts/': The requested URL returned error: 403
Fatal error: Unable to clone 'https://chrome-internal.googlesource.com/angle/es-cts' to submodule path '/Users/qinyequan/Documents/GitHub/react-native-webgpu/externals/dawn/third_party/angle/third_party/gles1_conform'
Second attempt to clone 'third_party/gles1_conform' failed, exiting
Fatal error: Unable to recursively enter submodule path 'externals/dawn/third_party/angle'
Fatal error: Unable to recursively enter submodule path 'externals/dawn'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the recursive submodules under externals/dawn/third_party/angle, especially third_party/gles1_conform, and reproduce the clone from the repository setup. Check how the build handles the chrome-internal.googlesource.com/angle/es-cts dependency. Done should mean the expected public checkout or its permission requirement is clearly established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100