gee-community/geemap

geemap.requireJS can't access repository in EE asset

guicastrol opened this issue · 2 comments

Hi,
Anyone else facing problems with the geemap.requireJS() function?

A full description of the problem:

https://stackoverflow.com/questions/76567589/geemap-requirejs-cant-access-code-in-ee-asset

giswqs commented

You need to set up Git properly to clone repos from Earth Engine. If you have never done this before, the geemap.requireJS() will not work. It is probably easier to download download the file manually to your computer and use requireJS() to load a local JS rather than a remote Git repo.

git clone https://earthengine.googlesource.com/users/gena/packages

Understood. So it's an issue with authentication in Earth Engine because I'm not able to clone the project even when using git clone.