thank you for your reply.
I have configured it by You need to use ??git config?? to config your git user info such as user name and password. but now, the address can not visit by my username and password such as : https://github.com/angular/bower-angular.git#1.2.15 https://github.com/atizo/bower-angular-unstable ------------------ ???????? ------------------ ??????: "dev" <[email protected]>; ????????: 2021??8??2??(??????) ????4:18 ??????: "dev"<[email protected]>; ????: Re: help me thank u Hi guy. You should use ssh protocol instead of HTTP in your git remote repository. for instance: ``` git remote set-url origin [email protected]:apache/kylin.git ``` Let me know if you have any updates on this issue. On Mon, Aug 2, 2021 at 3:41 PM Yaqian Zhang <[email protected]> wrote: > Hi: > > You need to use ??git config?? to config your git user info. > > > ?? 2021??8??2????????3:19??Lihong,Fu <[email protected]> ?????? > > > > when compile kylin version v3.1 or v4 ,need input user name and password > ,I can not passed. > > Could you help me ? thank u .&nbsp; hints as following: > > > > > > bower validate&nbsp; &nbsp; &nbsp; 1.2.15 against > https://github.com/angular/bower-angular.git#1.2.15 > > Username for 'https://github.com':&nbsp; > >
