GPL, What is it? | It is the most widely used free software license which grants the recipients, rights to copy, modify and redistribute the software and to ensure that the same rights were preserved in all derivative works
Creative Commons License, Compatible with GPL: No
The MIT License is compatible with many copyleft licenses, such as the GNU General Public License (GNU GPL). Any software licensed under the terms of the MIT License can be integrated with software licensed under the terms of the GNU GPL
This means that you can distribute software that builds upon GPL software under the same license. You can still use software that is not compatible with this license, but you can not distribute the result under the GPL license.
You can always use "more permissive" licensed code (like CC or MIT) in a less permissive (GPL) project. (your GPL license will not cover the more-permissively licensed code, of course.) The problems (legal, rather than technical) come up when you try to go the other way...