Posts

Showing posts from April, 2022

git fatal: Could not read from remote repository.

git fatal after you add your own id_rsa.pub by ssh-keygen on Windows. The solution is check your remote address if it is using HTTPS, don not use SSH.

pod install: undefined method `__apply_Xcode_12_5_M1_post_install_workaround' for #

comment "__apply_Xcode_12_5_M1_post_install_workaround(installer)" line in your Podfile pod install

Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader.

Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader. Received protocol 'node:' at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:782:11) at Loader.resolve (internal/modules/esm/loader.js:85:40) at Loader.getModuleJob (internal/modules/esm/loader.js:229:28) at ModuleWrap. (internal/modules/esm/module_job.js:51:40) at link (internal/modules/esm/module_job.js:50:36) use stable node version, such as 17.8.0.