Swedbank-SPP / swedbank-payment-portal

Swedbank Payment Portal API library for PHP
Other
36 stars 21 forks source link

Issue with too long filenames #1

Closed vilius-g closed 7 years ago

vilius-g commented 7 years ago

When trying to checkout on Windows:

$ git clone https://github.com/Swedbank-SPP/swedbank-payment-portal.git
Cloning into 'swedbank-payment-portal'...
remote: Counting objects: 1108, done.
remote: Compressing objects: 100% (344/344), done.
remote: Total 1108 (delta 748), reused 1108 (delta 748), pack-reused 0
Receiving objects: 100% (1108/1108), 1.89 MiB | 439.00 KiB/s, done.
Resolving deltas: 100% (748/748), done.
Checking connectivity... done.
error: unable to create file docs/classes/SwedbankPaymentPortal.BankLink.CommunicationEntity.PurchaseRequest.Transaction.APMTxn.AlternativePayment.TransactionDetails.BillingDetails.AmountDetails.html (Filename too long)
Checking out files: 100% (941/941), done.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'