-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies not able to install. Failed to load #1409
Comments
git://github.com/dineshrabara/barcode.git is this repository removed ??? |
We haven't used that library in quite some time. Is this an upgrade? Try running |
Thanks I download latest version and issue resolved but I am facing another issue when I install it on centos7 of snipe-it 2.0.6.Mail is not sending giving permission issue but I disable the firewall and I can able to telnet my test mail server ; even I configure outlook on my server and through outlook its work fine but through PHP it gives |
My mail.php is as ; 'smtp', /* |-------------------------------------------------------------------------- | SMTP Host Address |-------------------------------------------------------------------------- | | Here you may provide the host address of the SMTP server used by your | applications. A default option is provided that is compatible with | the Postmark mail service, which will provide reliable delivery. | */ 'host' => '192.168.2.2', /* |-------------------------------------------------------------------------- | SMTP Host Port |-------------------------------------------------------------------------- | | This is the SMTP port used by your application to delivery e-mails to | users of your application. Like the host we have set this value to | stay compatible with the Postmark e-mail application by default. | */ 'port' => 1125, /* |-------------------------------------------------------------------------- | Global "From" Address |-------------------------------------------------------------------------- | | You may wish for all e-mails sent by your application to be sent from | the same address. Here, you may specify a name and address that is | used globally for all e-mails that are sent by your application. | */ 'from' => array('address' => '[email protected]', 'name' => 'hemantdhonge'), /* |-------------------------------------------------------------------------- | E-Mail Encryption Protocol |-------------------------------------------------------------------------- | | Here you may specify the encryption protocol that should be used when | the application send e-mail messages. A sensible default using the | transport layer security protocol should provide great security. | */ 'encryption' => null, /* |-------------------------------------------------------------------------- | SMTP Server Username |-------------------------------------------------------------------------- | | If your SMTP server requires a username for authentication, you should | set it here. This will get used to authenticate with your server on | connection. You may also set the "password" value below this one. | */ 'username' => 'test2', /* |-------------------------------------------------------------------------- | SMTP Server Password |-------------------------------------------------------------------------- | | Here you may set the password required by your SMTP server to send out | messages from your application. This will be given to the server on | connection so that the application will be able to send messages. | */ 'password' => 'test2', /* |-------------------------------------------------------------------------- | Sendmail System Path |-------------------------------------------------------------------------- | | When using the "sendmail" driver to send e-mails, we will need to know | the path to where Sendmail lives on this server. A default path has | been provided here, which will work well on most of your systems. | */ 'sendmail' => '/usr/sbin/sendmail -bs', /* |-------------------------------------------------------------------------- | Mail "Pretend" |-------------------------------------------------------------------------- | | When this option is enabled, e-mail will not actually be sent over the | web and will instead be written to your application's logs files so | you may inspect the message. This is great for local development. | */ 'pretend' => false, ``` ); |
This is an issue with your mail server configuration. This thread on StackOverflow might help: Check your port numbers, and check whether you have SELinux enabled. |
Loading composer repositories with package information
Installing dependencies
Installing dinesh/barcode (4.0.x-dev 5655ece)
Cloning 5655ece77d2d1c4438c8d940350d5d288717de27
Failed to download dinesh/barcode from source: Failed to clone [email protected]:dineshrabara/barcode.git via git, https, ssh protocols, aborting.
git://github.com/dineshrabara/barcode.git
fatal: remote error:
Repository not found.
https://github.com/dineshrabara/barcode.git
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/dineshrabara/barcode.git/'
[email protected]:dineshrabara/barcode.git
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Now trying to download from dist
Downloading: Connecting...
[Composer\Downloader\TransportException]
The "https://api.github.com/repos/dineshrabara/barcode/zipball/5655ece77d2d1c4438c8d940350d5d288717de27" fi
le could not be downloaded (HTTP/1.1 404 Not Found)
The text was updated successfully, but these errors were encountered: