Skip to content

Commit

Permalink
Fix windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed May 8, 2024
1 parent 6fa9187 commit db3f513
Showing 1 changed file with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,34 +1,16 @@
---
source: tests/it/fix.rs
assertion_line: 101
expression: logger.output()
---

Diagnosing connection to FOSSA

check fossa API connection with no auth required
check fossa API connection with auth required

Diagnosing connections to configured repositories

https://github.com/fossas/empty.git

Errors found while checking integrations

https://github.com/fossas/empty.git

Broker encountered an error while scanning your git remote at 'https://github.com/fossas/empty.git' on branch 'master'.

To view the error, you must first download the failing integration. You can download the integration by using the following command:

git clone -b master https://github.com/fossas/empty.git

Next, use the following command to locate the path of the fossa-cli:

where.exe fossa

Once the download is complete, you can debug the issue by running the following command in the directory of your downloaded integration:

$env:PATH="" ; <INSERT YOUR FOSSA PATH> analyze -o
https://github.com/fossas/empty.git

Errors found while checking connection to FOSSA

Expand Down

0 comments on commit db3f513

Please sign in to comment.