php - How to remove save username and password in composer (laravel 4) -


i have updated laravel vendor using composer. have bought package located in github private repo. on downloading composer ask username , password, have entered wrong password gives me error. after run composer update again time keep old wrong password did not ask me enter password again, save in composer cache. how remove old password in composer?

in ~/.composer, you'll have file named config.json contains oauth token used log in github.

clear oauth token or delete file.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -