提问人:Utkarsh 提问时间:7/3/2023 更新时间:7/3/2023 访问量:49
在 React 项目中安装 gsap-scrolltrigger 的 GitHub 身份验证错误
github authentication error for installing gsap-scrolltrigger in react project
问:
所以我尝试将 gsap 与机车滚动和 scrolltrigger 插件一起使用,安装 gsap 和机车不是问题,但每当我尝试使用命令安装 scrolltrigger 时,我的终端都会显示这样的错误:-npm install gsap gsap/ScrollTrigger
info: please complete authentication in your browser...Completed in 0ms
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/gsap/ScrollTrigger.git
npm ERR! [email protected]: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! A complete log of this run can be found in: C:\Users....
我想知道这里做错了什么,因为我不知道,我需要通过 GitHub 进行身份验证吗?如果是这样,具体如何
我运行了以下命令:-
npm install gsap
npm install locomotive-scroll
npm install gsap gsap/ScrollTrigger
我希望像这样将它们导入到我的组件中
import { gsap } from 'gsap';
import { ScrollTrigger } from 'gsap/ScrollTrigger';
import LocomotiveScroll from 'locomotive-scroll';
gsap.registerPlugin(ScrollTrigger);
答: 暂无答案
评论