the ocssw source code can not be copied from repository. (https://www.earthdata.nasa.gov/data/tools/seadas/build-seadas-science-processing-code)
root@DESKTOP-K6JGCNQ:~# git clone git@git.smce.nasa.gov:oel/ocssw.git /root/seadas
Cloning into '/root/seadas'...
The authenticity of host 'git.smce.nasa.gov (52.205.196.123)' can't be established.
ED25519 key fingerprint is SHA256:xuyCGwkwCOGbIxt4uaaYrKWXEG0OaojfdnQS52kh50Q.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'git.smce.nasa.gov' (ED25519) to the list of known hosts.
By accessing and using this information system, you acknowledge and consent to the following:
You are accessing a U.S. Government information system, which includes: (1) this computer; (2) this computer network; (3) all computers connected to this network including end user systems; (4) all devices and storage media attached tohis network or to any computer on this network; and (5) cloud and remote information services. This information system is provided for U.S. Government-authorized use only. You have no reasonable expectation of privacy regarding any comnication transmitted through or data stored on this information system. At any time, and for any lawful purpose, the U.S. Government may monitor, intercept, search, and seize any communication or data transiting, stored on, or traveli to or from this information system. You are NOT authorized to process classified information on this information system. Unauthorized or improper use of this system may result in suspension or loss of access privileges, disciplinaryction, and civil and/or criminal penalties.
git@git.smce.nasa.gov: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
can not Get a copy of the OCSSW source git repository
-
OB SeaDAS - dshea
- Subject Matter Expert

- Posts: 283
- Joined: Thu Mar 05, 2009 10:25 am America/New_York
- Endorsed: 3 times
Re: can not Get a copy of the OCSSW source git repository
I believe the "git" protocol requires a configured ssh public key. Try http instead:
git clone https://git.smce.nasa.gov/oel/ocssw.git
don
git clone https://git.smce.nasa.gov/oel/ocssw.git
don