Basically my ant
build process gives an error.
[exec] [exec] npm ERR! A complete log of this run can be found in:
[exec] [exec] npm ERR! C:Usersanand.sathasivamAppDataRoamingnpm-cache_logs2024-04-30T10_27_15_882Z-debug.log
[exec]
[exec] BUILD FAILED
[exec] C:mty-mono-reposerverbuild.xml:2400: exec returned: 1
[exec]
[exec] Total time: 2 minutes 52 seconds
BUILD FAILED
C:my-mono-repobuild.xml:26: exec returned: 1
So, I have opened the file – C:Usersanand.sathasivamAppDataRoamingnpm-cache_logs2024-04-30T10_27_15_882Z-debug.log
and I have found the following error,
10690 verbose node v14.21.3
10691 verbose npm v6.14.18
10692 error Error while executing:
10692 error C:Program FilesGitmingw64bingit.EXE ls-remote -h -t [email protected]:urbancode/launch-api-spec-converter.git
10692 error
10692 error [email protected]: Permission denied (publickey).
10692 error fatal: Could not read from remote repository.
10692 error
10692 error Please make sure you have the correct access rights
10692 error and the repository exists.
10692 error
10692 error exited with error code: 128
10693 verbose exit [ 1, true ]
So, how I can solve the following problem
10692 error [email protected]: Permission denied (publickey).
I have already uploaded my public key
in my github
site.
I do not understand what exactly the problem over here. How, I can change [email protected]
to [email protected]
Can someone please guide me.