Can not upload my CSS, FONTS, IMAGES,JS files to repository at GitHub #120263
Replies: 10 comments
-
Could you detail your steps and where the error happens? I am assuming you use the github GUI (website) rather than git (commandline). Typically, you can navigate to the repository you want to upload to. There is a button called "add files" next to the green "code" button. Click it, then "upload files". You can drag and drop your files in and then commit. |
Beta Was this translation helpful? Give feedback.
-
Try using Visual Studio Code. First, open the folder that contains your project. Next, press 'Ctrl + Shift + G' to access the Git interface within VS Code. This will show you the changes you've made to your project. In the Git interface on the left side of VS Code, you'll see the files with changes marked. Type your commit message in the text field at the top of the Git panel. After typing your commit message, click the checkmark icon above the text field to commit your changes. |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Try reviewing the path you are giving. Sometimes path with /filename works on our device but right way is ./filename. |
Beta Was this translation helpful? Give feedback.
-
@Swepro2025 This is weird, it sounds a bit simple, but verify that the route of your status files is not included in .gitignore |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Try rechecking the paths. |
Beta Was this translation helpful? Give feedback.
-
Github Desktop is the solution. |
Beta Was this translation helpful? Give feedback.
-
helloPlease check the .gitignore file, if the name of the desired files was in the list, delete it and perform the push operation again. |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Can not upload my CSS, FONTS, IMAGES,JS files to repository at GitHub
Beta Was this translation helpful? Give feedback.
All reactions