Post
Share your knowledge.
Nov 07, 2023
Expert Q&A
Solidity - Trouble Installing Foundry: SSL Connection Timeout"
I'm encountering an issue while trying to install Foundry using the command curl -L https://foundry.paradigm.xyz | bash.
The process times out with the error message:
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:05:01 --:--:-- 0
curl: (28) SSL connection timeout```
- Solidity
1
1
Share
Comments
Answers
1Nov 15 2023, 12:27
Seems like this exact question was already asked. You may want to check this post and the response that this person got: https://solidity.peeranha.io/discussions/1-1680/foundry-installation
0
Comments
Do you know the answer?
Please log in and share it.
Solidity is an object-oriented, high-level language for implementing smart contracts. It is a curly-bracket language designed to target the Ethereum Virtual Machine (EVM).
44Posts39Answers
Trending posts
- My ERC721 contract successfully deploys, but I can't verify the contract's source code with hardhat21
- Solidity and ethers.js Compute Different Addresses from the Same Signature21
- can't understand what are the locations(uint256)22
- How to reverse keccak256 in solidity22
- Clarification on Gas Refunds and Comparison Between "require" and "revert" in Smart Contracts21