简体   繁体   中英

Pushing to my own GitHub repo asking for credentials to git-ignored vendor dependencies

I have a Symfony2 project into which I have downloaded a variety of vendors (doctrine, jsmsecurityextrabundle and so on). These are ignored by the .gitignore file and managed by the framework vendors script. This is a typical Symfony2 setup for git.

My code is somewhere else in the folder structure under /web. I added/committed a new folder called research and issued a push. On pushing I am getting a series of login popups asking me to login to the doctrine project, asking me to login to the jmssecurityextrabundle project and so on for the vendors.

I am perplexed. There is nothing in the commit/push related to vendors, they are excluded.

I have done a new clone of my project and tried again with the same results.

I am new to Git. I am using Git within the PHPStorm (IDEA) IDE and other projects with similar setups have never exhibited this login-to-vendors issue.

I am not sure how to go about investigating this.

I know Symfony is using Git for their project, maybe you're having problems with their own .git/ in the vendor/ part ?

You should give your .gitignore, it may help !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM